Skip to content

Commit c082869

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent d83b9f5 commit c082869

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
@@ -21,7 +21,7 @@
2121
* @method static void forgetPushed()
2222
* @method static \Illuminate\Events\Dispatcher setQueueResolver(callable $resolver)
2323
* @method static \Illuminate\Events\Dispatcher setTransactionManagerResolver(callable $resolver)
24-
* @method static mixed defer(callable $callback, ?array $events = null)
24+
* @method static mixed defer(callable $callback, array|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)