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.
Firewall::getSubscribedEvents()
1 parent 36a82ce commit de53910Copy full SHA for de53910
CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
---
6
7
* `UserValueResolver` no longer implements `ArgumentValueResolverInterface`
8
+ * Add native return type to `Firewall::getSubscribedEvents()`
9
10
6.3
11
Firewall.php
@@ -108,10 +108,7 @@ public function onKernelFinishRequest(FinishRequestEvent $event)
108
}
109
110
111
- /**
112
- * @return array
113
- */
114
- public static function getSubscribedEvents()
+ public static function getSubscribedEvents(): array
115
{
116
return [
117
KernelEvents::REQUEST => ['onKernelRequest', 8],
0 commit comments