Skip to content

Commit 7240318

Browse files
committed
[3.0] Remove useless array declaration
1 parent c300346 commit 7240318

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ public function process(ContainerBuilder $container)
3838
{
3939
$this->container = $container;
4040

41-
$ancestors = array();
42-
4341
foreach ($container->getDefinitions() as $id => $definition) {
4442
if ($definition->isSynthetic() || $definition->isAbstract()) {
4543
continue;

0 commit comments

Comments
 (0)