upgraded dependencies
This commit is contained in:
@@ -43,7 +43,7 @@ interface EventSubscriberInterface
|
||||
* The code must not depend on runtime state as it will only be called at compile time.
|
||||
* All logic depending on runtime state must be put into the individual methods handling the events.
|
||||
*
|
||||
* @return array<string, mixed> The event names to listen to
|
||||
* @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
|
||||
*/
|
||||
public static function getSubscribedEvents();
|
||||
}
|
||||
|
Reference in New Issue
Block a user