8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c300346 + 7240318 commit 84623eaCopy full SHA for 84623ea
src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
@@ -38,8 +38,6 @@ public function process(ContainerBuilder $container)
38
{
39
$this->container = $container;
40
41
- $ancestors = array();
42
-
43
foreach ($container->getDefinitions() as $id => $definition) {
44
if ($definition->isSynthetic() || $definition->isAbstract()) {
45
continue;
0 commit comments