Skip to content

Commit 33184ff

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent a12d0de commit 33184ff

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
@@ -12,7 +12,7 @@
1212
* @method static void push(string $event, object|array $payload = [])
1313
* @method static void flush(string $event)
1414
* @method static void subscribe(object|string $subscriber)
15-
* @method static array|null until(string|object $event, mixed $payload = [])
15+
* @method static mixed until(string|object $event, mixed $payload = [])
1616
* @method static array|null dispatch(string|object $event, mixed $payload = [], bool $halt = false)
1717
* @method static array getListeners(string $eventName)
1818
* @method static \Closure makeListener(\Closure|string|array $listener, bool $wildcard = false)

0 commit comments

Comments
 (0)