Skip to content

Commit e1db317

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 3f484c4 commit e1db317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Illuminate\Support\Testing\Fakes\EventFake;
77

88
/**
9-
* @method static void listen(\Illuminate\Events\QueuedClosure|callable|array|class-string|string $events, \Illuminate\Events\QueuedClosure|callable|array|class-string|null $listener = null)
9+
* @method static void listen(\Illuminate\Events\QueuedClosure|callable|array|string $events, \Illuminate\Events\QueuedClosure|callable|array|string|null $listener = null)
1010
* @method static bool hasListeners(string $eventName)
1111
* @method static bool hasWildcardListeners(string $eventName)
1212
* @method static void push(string $event, object|array $payload = [])

0 commit comments

Comments
 (0)