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 02d4639 commit 0f23790Copy full SHA for 0f23790
event_dispatcher.rst
@@ -255,7 +255,7 @@ listen to the same ``kernel.exception`` event::
255
256
class ExceptionSubscriber implements EventSubscriberInterface
257
{
258
- public static function getSubscribedEvents()
+ public static function getSubscribedEvents(): array
259
260
// return the subscribed events, their methods and priorities
261
return [
0 commit comments