Skip to content

Commit 4e5b421

Browse files
Merge branch '3.3' into 3.4
* 3.3: remove useless comment fix merge
2 parents b42b1a1 + 21dc726 commit 4e5b421

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dumper/PhpDumper.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,10 +1618,6 @@ private function getServiceCall($id, Reference $reference = null)
16181618
} elseif (null !== $reference && ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE !== $reference->getInvalidBehavior()) {
16191619
$code = sprintf('$this->get(\'%s\', ContainerInterface::NULL_ON_INVALID_REFERENCE)', $id);
16201620
} else {
1621-
if ($this->container->hasAlias($id)) {
1622-
$id = (string) $this->container->getAlias($id);
1623-
}
1624-
16251621
$code = sprintf('$this->get(\'%s\')', $id);
16261622
}
16271623

0 commit comments

Comments
 (0)