LocaleBundle
LocaleBundle copied to clipboard
[Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Twig/…/LocaleSwitcherExtension.php, line 31
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