We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8235986 commit 3890e28Copy full SHA for 3890e28
src/EventListener/IpTraceListener.php
@@ -36,7 +36,7 @@ public function onKernelRequest(RequestEvent $event): void
36
/**
37
* @return array<string, array<int, int|string>>
38
*/
39
- public static function getSubscribedEvents()
+ public static function getSubscribedEvents(): array
40
{
41
return array(
42
KernelEvents::REQUEST => ['onKernelRequest', 500],
0 commit comments