We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@return
1 parent 3de2cac commit e442d4aCopy full SHA for e442d4a
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<string, (string|list<string,int>|list<list<string,int>>)>
+ * @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
47
*/
48
public static function getSubscribedEvents();
49
}
0 commit comments