[DependencyInjection] resolve circular reference

This issue has been fixed in #11422. Due to a bad merge in
3bed1b7988 it partially appeared again in
Symfony 2.6 or higher.
This commit is contained in:
Christian Flothmann 2015-04-22 16:02:46 +02:00
parent f48cc1ba34
commit 8b3b3ce18a

View File

@ -86,8 +86,6 @@ class Container implements IntrospectableContainerInterface
public function __construct(ParameterBagInterface $parameterBag = null)
{
$this->parameterBag = $parameterBag ?: new ParameterBag();
$this->set('service_container', $this);
}
/**