We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b62fb1 commit 7a8dbd6Copy full SHA for 7a8dbd6
src/EventListener/Path2QueryListener.php
@@ -19,7 +19,7 @@ public function __construct(RouterInterface $router)
19
$this->router = $router;
20
}
21
22
- public static function getSubscribedEvents()
+ public static function getSubscribedEvents(): array
23
{
24
return [
25
KernelEvents::REQUEST => [
0 commit comments