We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f484c4 commit e1db317Copy full SHA for e1db317
src/Illuminate/Support/Facades/Event.php
@@ -6,7 +6,7 @@
6
use Illuminate\Support\Testing\Fakes\EventFake;
7
8
/**
9
- * @method static void listen(\Illuminate\Events\QueuedClosure|callable|array|class-string|string $events, \Illuminate\Events\QueuedClosure|callable|array|class-string|null $listener = null)
+ * @method static void listen(\Illuminate\Events\QueuedClosure|callable|array|string $events, \Illuminate\Events\QueuedClosure|callable|array|string|null $listener = null)
10
* @method static bool hasListeners(string $eventName)
11
* @method static bool hasWildcardListeners(string $eventName)
12
* @method static void push(string $event, object|array $payload = [])
0 commit comments