Skip to content

Commit f74ce4e

Browse files
committed
Add missing return types
1 parent f086e5a commit f74ce4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firewall.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ public function onKernelFinishRequest(FinishRequestEvent $event)
108108
}
109109
}
110110

111+
/**
112+
* @return array
113+
*/
111114
public static function getSubscribedEvents()
112115
{
113116
return [

0 commit comments

Comments
 (0)