Skip to content

Commit 7a8dbd6

Browse files
author
pmaxs
committed
fix
1 parent 2b62fb1 commit 7a8dbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/Path2QueryListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(RouterInterface $router)
1919
$this->router = $router;
2020
}
2121

22-
public static function getSubscribedEvents()
22+
public static function getSubscribedEvents(): array
2323
{
2424
return [
2525
KernelEvents::REQUEST => [

0 commit comments

Comments
 (0)