8000 fixed CS · symfony/symfony@55b71eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 55b71eb

Browse files
committed
fixed CS
1 parent ee01786 commit 55b71eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/ContainerBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ public function get($id, $invalidBehavior = ContainerInterface::EXCEPTION_ON_INV
443443
try {
444444
$definition = $this->getDefinition($id);
445445
} catch (ServiceNotFoundException $e) {
446-
447446
if (ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE !== $invalidBehavior) {
448447
return;
449448
}

0 commit comments

Comments
 (0)
0