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 c11b6da commit 59d6fb5Copy full SHA for 59d6fb5
Tests/Functional/App/TestAsyncSubscriber.php
@@ -14,7 +14,7 @@ public function onEvent($event, $eventName, EventDispatcherInterface $dispatcher
14
$this->calls[] = func_get_args();
15
}
16
17
- public static function getSubscribedEvents()
+ public static function getSubscribedEvents(): array
18
{
19
return ['test_async_subscriber' => 'onEvent'];
20
0 commit comments