Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaxs committed Apr 7, 2024
1 parent 2b62fb1 commit 7a8dbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/Path2QueryListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(RouterInterface $router)
$this->router = $router;
}

public static function getSubscribedEvents()
public static function getSubscribedEvents(): array
{
return [
KernelEvents::REQUEST => [
Expand Down

0 comments on commit 7a8dbd6

Please sign in to comment.