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 fe48f2c commit 18b1b89Copy full SHA for 18b1b89
src/Illuminate/Support/Facades/Event.php
@@ -19,7 +19,7 @@
19
* @method static void flush(string $event)
20
* @method static void forget(string $event)
21
* @method static void forgetPushed()
22
- * @method static void listen(string|array $events, \Closure|string $listener = null)
+ * @method static void listen(\Closure|string|array $events, \Closure|string $listener = null)
23
* @method static void push(string $event, array $payload = [])
24
* @method static void subscribe(object|string $subscriber)
25
*
0 commit comments