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 d83b9f5 commit c082869Copy full SHA for c082869
src/Illuminate/Support/Facades/Event.php
@@ -21,7 +21,7 @@
21
* @method static void forgetPushed()
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 $events = null)
+ * @method static mixed defer(callable $callback, array|null $events = null)
25
* @method static array getRawListeners()
26
* @method static void macro(string $name, object|callable $macro)
27
* @method static void mixin(object $mixin, bool $replace = true)
0 commit comments