Skip to content

Commit 3890e28

Browse files
chore: reverting native return type on final classes
1 parent 8235986 commit 3890e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/IpTraceListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function onKernelRequest(RequestEvent $event): void
3636
/**
3737
* @return array<string, array<int, int|string>>
3838
*/
39-
public static function getSubscribedEvents()
39+
public static function getSubscribedEvents(): array
4040
{
4141
return array(
4242
KernelEvents::REQUEST => ['onKernelRequest', 500],

0 commit comments

Comments
 (0)