Skip to content

Commit 18b1b89

Browse files
aaa913121Nolin
andauthored
Adjust event facade comment for ide hint (#36641)
Co-authored-by: Nolin <[email protected]>
1 parent fe48f2c commit 18b1b89

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
@@ -19,7 +19,7 @@
1919
* @method static void flush(string $event)
2020
* @method static void forget(string $event)
2121
* @method static void forgetPushed()
22-
* @method static void listen(string|array $events, \Closure|string $listener = null)
22+
* @method static void listen(\Closure|string|array $events, \Closure|string $listener = null)
2323
* @method static void push(string $event, array $payload = [])
2424
* @method static void subscribe(object|string $subscriber)
2525
*

0 commit comments

Comments
 (0)