This commit is contained in:
Fabien Potencier 2016-02-14 11:04:53 +01:00
parent ee01786dbd
commit 55b71ebd93
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
try {
$definition = $this->getDefinition($id);
} catch (ServiceNotFoundException $e) {
if (ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE !== $invalidBehavior) {
return;
}