LocaleBundle icon indicating copy to clipboard operation
LocaleBundle copied to clipboard

[Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Twig/…/LocaleSwitcherExtension.php, line 31

Open lunetics opened this issue 10 years ago • 0 comments

in Twig/Extension/LocaleSwitcherExtension.php, line 31

A Symfony dependency injection container has been found as an argument.

    /**
     * Constructor
     *
     * @param ContainerInterface $container
     */
    public function __construct(ContainerInterface $container)
    {
        $this->container = $container;
    }

    /**

Posted from SensioLabsInsight

lunetics avatar May 09 '15 14:05 lunetics