Skip to content

Commit 054fef6

Browse files
[Security] Revert return type on Firewall
1 parent 7a9d8b9 commit 054fef6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Firewall.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ public function onKernelFinishRequest(FinishRequestEvent $event)
108108
}
109109
}
110110

111-
public static function getSubscribedEvents(): array
111+
/**
112+
* @return array
113+
*/
114+
public static function getSubscribedEvents()
112115
{
113116
return [
114117
KernelEvents::REQUEST => ['onKernelRequest', 8],

0 commit comments

Comments
 (0)