Skip to content

Commit e063911

Browse files
committed
- add more explicit return types to avoid deprecations alerts on sf5.4
1 parent 6d44e06 commit e063911

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/EventListener/BlameListener.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public function onKernelRequest(RequestEvent $event)
4848
}
4949
}
5050

51+
/**
52+
* @return string[]
53+
*/
5154
public static function getSubscribedEvents()
5255
{
5356
return array(

src/EventListener/LoggerListener.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public function onKernelRequest(RequestEvent $event)
4848
}
4949
}
5050

51+
/**
52+
* @return string[]
53+
*/
5154
public static function getSubscribedEvents()
5255
{
5356
return array(

0 commit comments

Comments
 (0)