Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e1db317

Browse filesBrowse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 3f484c4 commit e1db317
Copy full SHA for e1db317

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Illuminate/Support/Facades/Event.php

Copy file name to clipboardExpand all lines: src/Illuminate/Support/Facades/Event.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Illuminate\Support\Testing\Fakes\EventFake;
77

88
/**
9-
* @method static void listen(\Illuminate\Events\QueuedClosure|callable|array|class-string|string $events, \Illuminate\Events\QueuedClosure|callable|array|class-string|null $listener = null)
9+
* @method static void listen(\Illuminate\Events\QueuedClosure|callable|array|string $events, \Illuminate\Events\QueuedClosure|callable|array|string|null $listener = null)
1010
* @method static bool hasListeners(string $eventName)
1111
* @method static bool hasWildcardListeners(string $eventName)
1212
* @method static void push(string $event, object|array $payload = [])

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.