Skip to content

Commit 748adea

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 228e86a commit 748adea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Illuminate/Support/Facades/Event.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
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 mixed until(string|object $event, mixed $payload = [])
15+
* @method static array|null 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)
1919
* @method static \Closure createClassListener(string $listener, bool $wildcard = false)
2020
* @method static void forget(string $event)
2121
* @method static void forgetPushed()
2222
* @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)
2525
* @method static array getRawListeners()
2626
* @method static void macro(string $name, object|callable $macro)
2727
* @method static void mixin(object $mixin, bool $replace = true)

0 commit comments

Comments
 (0)