Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4917b30

Browse filesBrowse files
fix merge
1 parent 72aaecc commit 4917b30
Copy full SHA for 4917b30

File tree

1 file changed

+0
-4
lines changed
Filter options

1 file changed

+0
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.