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 Feb 16, 2024
1 parent 7daf16d commit 501a1e0
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
}

/**
* @return string[]
* @inheritdoc
*/
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
}

/**
* @return string[]
* @inheritdoc
*/
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
}

/**
* @return string[]
* @inheritdoc
*/
public static function getSubscribedEvents()
{
Expand Down

0 comments on commit 501a1e0

Please sign in to comment.