Skip to content

Commit

Permalink
feat: suppress deprecation warnings for getSubscribedEvents()
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jun 10, 2024
1 parent 501a1e0 commit da06c36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/EventListener/BlameListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function onKernelRequest(RequestEvent $event): void
}

/**
* @inheritdoc
* @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
*/
public static function getSubscribedEvents()
{
Expand Down
2 changes: 1 addition & 1 deletion src/EventListener/LocaleListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function onKernelRequest(RequestEvent $event): void
}

/**
* @inheritdoc
* @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
*/
public static function getSubscribedEvents()
{
Expand Down
2 changes: 1 addition & 1 deletion src/EventListener/LoggerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function onKernelRequest(RequestEvent $event): void
}

/**
* @inheritdoc
* @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>
*/
public static function getSubscribedEvents()
{
Expand Down

0 comments on commit da06c36

Please sign in to comment.