Skip to content

Commit 86b0943

Browse files
Merge branch '4.2' into 4.3
* 4.2: fix tests [Validator] Added support for validation of giga values Fix Debug component tests
2 parents 5205108 + 2cee0b3 commit 86b0943

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
@@ -225,6 +225,7 @@ protected function getContainerBuilder()
225225
$buildContainer = \Closure::bind(function () { return $this->buildContainer(); }, $kernel, \get_class($kernel));
226226
$container = $buildContainer();
227227
$container->getCompilerPassConfig()->setRemovingPasses([]);
228+
$container->getCompilerPassConfig()->setAfterRemovingPasses([]);
228229
$container->compile();
229230
} else {
230231
(new XmlFileLoader($container = new ContainerBuilder(), new FileLocator()))->load($kernel->getContainer()->getParameter('debug.container.dump'));

0 commit comments

Comments
 (0)