Skip to content

Commit

Permalink
chore: reverting native return type on final classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gscioni-axelerant committed Aug 27, 2024
1 parent 8235986 commit 3890e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/IpTraceListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function onKernelRequest(RequestEvent $event): void
/**
* @return array<string, array<int, int|string>>
*/
public static function getSubscribedEvents()
public static function getSubscribedEvents(): array
{
return array(
KernelEvents::REQUEST => ['onKernelRequest', 500],
Expand Down

0 comments on commit 3890e28

Please sign in to comment.