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 6cbd79c commit f9e731cCopy full SHA for f9e731c
src/Events/EventManager.php
@@ -17,7 +17,7 @@ class EventManager
17
18
protected array $events = [];
19
20
- protected ?Closure $fallbackHandler = null;
+ protected Closure|array|string|null $fallbackHandler = null;
21
22
public function on(
23
Closure|string|array $pattern,
0 commit comments