|
12 | 12 | * @method static void push(string $event, object|array $payload = []) |
13 | 13 | * @method static void flush(string $event) |
14 | 14 | * @method static void subscribe(object|string $subscriber) |
15 | | - * @method static mixed until(string|object $event, mixed $payload = []) |
| 15 | + * @method static array|null until(string|object $event, mixed $payload = []) |
16 | 16 | * @method static array|null dispatch(string|object $event, mixed $payload = [], bool $halt = false) |
17 | 17 | * @method static array getListeners(string $eventName) |
18 | 18 | * @method static \Closure makeListener(\Closure|string|array $listener, bool $wildcard = false) |
19 | 19 | * @method static \Closure createClassListener(string $listener, bool $wildcard = false) |
20 | 20 | * @method static void forget(string $event) |
21 | 21 | * @method static void forgetPushed() |
22 | 22 | * @method static \Illuminate\Events\Dispatcher setQueueResolver(callable $resolver) |
23 | | - * @method static \Illuminate\Events\Dispatcher setTransactionManagerResolver(callable $resolver) |
24 | | - * @method static mixed defer(callable $callback, array|null $events = null) |
| 23 | + * @method static \Illuminate\Events\Dispatcher setTransactionManagerResolver(callable|null $resolver) |
| 24 | + * @method static void defer(callable $callback, string[]|null $events = null) |
25 | 25 | * @method static array getRawListeners() |
26 | 26 | * @method static void macro(string $name, object|callable $macro) |
27 | 27 | * @method static void mixin(object $mixin, bool $replace = true) |
|
0 commit comments