Skip to content

Commit e93b11d

Browse files
committed
Fix method singature
1 parent 3fac53a commit e93b11d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventSubscriberInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ interface EventSubscriberInterface
77
/**
88
* @return array<class-string|string, callable|class-string|array<class-string, string>>
99
*/
10-
public static function getSubscribedEvents(): array;
10+
public function getSubscribedEvents(): array;
1111
}

0 commit comments

Comments
 (0)