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