We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fac53a commit e93b11dCopy full SHA for e93b11d
1 file changed
src/EventSubscriberInterface.php
@@ -7,5 +7,5 @@ interface EventSubscriberInterface
7
/**
8
* @return array<class-string|string, callable|class-string|array<class-string, string>>
9
*/
10
- public static function getSubscribedEvents(): array;
+ public function getSubscribedEvents(): array;
11
}
0 commit comments