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 6d44e06 commit e063911Copy full SHA for e063911
src/EventListener/BlameListener.php
@@ -48,6 +48,9 @@ public function onKernelRequest(RequestEvent $event)
48
}
49
50
51
+ /**
52
+ * @return string[]
53
+ */
54
public static function getSubscribedEvents()
55
{
56
return array(
src/EventListener/LoggerListener.php
0 commit comments