namespace ; class implements EventSubscriberInterface { public function (): void { // ... } public static function getSubscribedEvents(): array { return [ => '', ]; } }