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 f5741bb commit 432a5fbCopy full SHA for 432a5fb
EventSubscriberInterface.php
@@ -43,7 +43,7 @@ interface EventSubscriberInterface
43
* The code must not depend on runtime state as it will only be called at compile time.
44
* All logic depending on runtime state must be put into the individual methods handling the events.
45
*
46
- * @return array The event names to listen to
+ * @return array<string, mixed> The event names to listen to
47
*/
48
public static function getSubscribedEvents();
49
}
0 commit comments