From 55b71ebd931cc85f54dab944d4cfcaf3b2a1e85d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 14 Feb 2016 11:04:53 +0100 Subject: [PATCH] fixed CS --- src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/DependencyInjection/ContainerBuilder.php b/src/Symfony/Component/DependencyInjection/ContainerBuilder.php index 08ad768451..ad2f89ae77 100644 --- a/src/Symfony/Component/DependencyInjection/ContainerBuilder.php +++ b/src/Symfony/Component/DependencyInjection/ContainerBuilder.php @@ -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; }