Skip to content

Commit

Permalink
CI: Suppress psalm error about ContainerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed May 24, 2024
1 parent a416426 commit 0da3b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CoreBundle/EventListener/LegacyListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
*/
class LegacyListener
{
/**
* @psalm-suppress ContainerDependency
*/
public function __construct(
private readonly Environment $twig,
private readonly TokenStorageInterface $tokenStorage,
Expand Down

0 comments on commit 0da3b71

Please sign in to comment.