You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Command/ContainerLintCommand.php
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,6 @@ private function getContainerBuilder(): ContainerBuilder
88
88
return$this->buildContainer();
89
89
}, $kernel, $kernel::class);
90
90
$container = $buildContainer();
91
-
92
-
$skippedIds = [];
93
91
} else {
94
92
if (!$kernelContainerinstanceof Container) {
95
93
thrownewRuntimeException(sprintf('This command does not support the application container: "%s" does not extend "%s".', get_debug_type($kernelContainer), Container::class));
@@ -100,13 +98,6 @@ private function getContainerBuilder(): ContainerBuilder
100
98
$refl = new \ReflectionProperty($parameterBag, 'resolved');
0 commit comments