Skip to content

Commit 7cca2ca

Browse files
committed
fixed CS
1 parent b35ca89 commit 7cca2ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)