Skip to content

Commit 09b24c4

Browse files
[EventDispatcher] Revert native return types on EventSubscriberInterface
1 parent 9b9b0ca commit 09b24c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventSubscriberInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ interface EventSubscriberInterface
4545
*
4646
* @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
4747
*/
48-
public static function getSubscribedEvents(): array;
48+
public static function getSubscribedEvents();
4949
}

0 commit comments

Comments
 (0)