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 a12d0de commit 33184ffCopy full SHA for 33184ff
src/Illuminate/Support/Facades/Event.php
@@ -12,7 +12,7 @@
12
* @method static void push(string $event, object|array $payload = [])
13
* @method static void flush(string $event)
14
* @method static void subscribe(object|string $subscriber)
15
- * @method static array|null until(string|object $event, mixed $payload = [])
+ * @method static mixed until(string|object $event, mixed $payload = [])
16
* @method static array|null dispatch(string|object $event, mixed $payload = [], bool $halt = false)
17
* @method static array getListeners(string $eventName)
18
* @method static \Closure makeListener(\Closure|string|array $listener, bool $wildcard = false)
0 commit comments