Skip to content

Commit 4917b30

Browse files
fix merge
1 parent 72aaecc commit 4917b30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,10 +1605,6 @@ private function getServiceCall($id, Reference $reference = null)
16051605
} elseif (null !== $reference && ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE !== $reference->getInvalidBehavior()) {
16061606
$code = sprintf('$this->get(\'%s\', ContainerInterface::NULL_ON_INVALID_REFERENCE)', $id);
16071607
} else {
1608-
if ($this->container->hasAlias($id)) {
1609-
$id = (string) $this->container->getAlias($id);
1610-
}
1611-
16121608
$code = sprintf('$this->get(\'%s\')', $id);
16131609
}
16141610

0 commit comments

Comments
 (0)