Skip to content

Commit 2cee0b3

Browse files
Merge branch '3.4' into 4.2
* 3.4: fix tests [Validator] Added support for validation of giga values Fix Debug component tests
2 parents af73474 + 5a5f785 commit 2cee0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/ContainerDebugCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ protected function getContainerBuilder()
211211
$buildContainer = \Closure::bind(function () { return $this->buildContainer(); }, $kernel, \get_class($kernel));
212212
$container = $buildContainer();
213213
$container->getCompilerPassConfig()->setRemovingPasses([]);
214+
$container->getCompilerPassConfig()->setAfterRemovingPasses([]);
214215
$container->compile();
215216
} else {
216217
(new XmlFileLoader($container = new ContainerBuilder(), new FileLocator()))->load($kernel->getContainer()->getParameter('debug.container.dump'));

0 commit comments

Comments
 (0)