From 7a8dbd6f12c50a1c1f44363bdd4c3388dae0c55b Mon Sep 17 00:00:00 2001 From: pmaxs Date: Sun, 7 Apr 2024 20:49:41 +0300 Subject: [PATCH] fix --- src/EventListener/Path2QueryListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventListener/Path2QueryListener.php b/src/EventListener/Path2QueryListener.php index f372117..8a7b118 100644 --- a/src/EventListener/Path2QueryListener.php +++ b/src/EventListener/Path2QueryListener.php @@ -19,7 +19,7 @@ public function __construct(RouterInterface $router) $this->router = $router; } - public static function getSubscribedEvents() + public static function getSubscribedEvents(): array { return [ KernelEvents::REQUEST => [