8000 fix: Notification facade docbloc (#428) · arifhossen-dev/Native-laravel@3133d14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3133d14

Browse files
authored
fix: Notification facade docbloc (NativePHP#428)
Method returns `static` instead of `object`
1 parent ff9283e commit 3133d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Facades/Notification.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Illuminate\Support\Facades\Facade;
66

77
/**
8-
* @method static object title(string $title)
9-
* @method static object event(string $event)
10-
* @method static object message(string $body)
8+
* @method static static title(string $title)
9+
* @method static static event(string $event)
10+
* @method static static message(string $body)
1111
* @method static void show()
1212
*/
1313
class Notification extends Facade

0 commit comments

Comments
 (0)
0