CI: Suppress psalm error about ContainerDependency

pull/5539/head
Angel Fernando Quiroz Campos 6 months ago
parent a416426b93
commit 0da3b71f7f
  1. 3
      src/CoreBundle/EventListener/LegacyListener.php

@ -26,6 +26,9 @@ use Twig\Environment;
*/
class LegacyListener
{
/**
* @psalm-suppress ContainerDependency
*/
public function __construct(
private readonly Environment $twig,
private readonly TokenStorageInterface $tokenStorage,

Loading…
Cancel
Save