8000 bug #14446 [DependencyInjection] resolve circular reference (xabbuh) · symfony/symfony@7c53373 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c53373

Browse files
bug #14446 [DependencyInjection] resolve circular reference (xabbuh)
This PR was merged into the 2.6 branch. Discussion ---------- [DependencyInjection] resolve circular reference | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #11422, #14445 | License | MIT | Doc PR | This issue has been fixed in #11422. Due to a bad merge in 3bed1b7 it partially appeared again in Symfony 2.6 or higher. Commits ------- 8b3b3ce [DependencyInjection] resolve circular reference
2 parents dc86ff7 + 8b3b3ce commit 7c53373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/DependencyInjection/Container.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ class Container implements IntrospectableContainerInterface
8686
public function __construct(ParameterBagInterface $parameterBag = null)
8787
{
8888
$this->parameterBag = $parameterBag ?: new ParameterBag();
89-
90-
$this->set('service_container', $this);
9189
}
9290

9391
/**

0 commit comments

Comments
 (0)
0