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.
void
Hyperf\Event\Contract\ListenerInterface::process()
1 parent 6bf8db3 commit 8c385eaCopy full SHA for 8c385ea
src/Listener/ClearTimerListener.php
@@ -24,7 +24,7 @@ public function listen(): array
24
];
25
}
26
27
- public function process(object $event)
+ public function process(object $event): void
28
{
29
class_exists(Timer::class) && Timer::clearAll();
30
0 commit comments