Skip to content

Commit

Permalink
Update EventController.php
Browse files Browse the repository at this point in the history
Compat Patch
  • Loading branch information
manuxi authored Sep 12, 2022
1 parent 46ee226 commit 53713c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Website/EventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private function extractExtension(Event $event): array
/**
* @return string[]
*/
public static function getSubscribedServices()
public static function getSubscribedServices(): array
{
return array_merge(
parent::getSubscribedServices(),
Expand Down

0 comments on commit 53713c1

Please sign in to comment.