We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint:container
1 parent fc5abf6 commit daee95fCopy full SHA for daee95f
Command/ContainerLintCommand.php
@@ -80,7 +80,7 @@ private function getContainerBuilder(): ContainerBuilder
80
81
$kernel = $this->getApplication()->getKernel();
82
$container = $kernel->getContainer();
83
- $file = $container->isDebug() ? $container->getParameter('debug.container.dump') : false;
+ $file = $kernel->isDebug() ? $container->getParameter('debug.container.dump') : false;
84
85
if (!$file || !(new ConfigCache($file, true))->isFresh()) {
86
if (!$kernel instanceof Kernel) {
0 commit comments