Skip to content

Commit 2b17d02

Browse files
Merge branch '4.4'
* 4.4: Properly handle optional tag attributes for !tagged_iterator [Mime] rename Headers::getAll() to all() [Mailer] Fix phpdoc for variadic methods [DI] Move non removing compiler passes to after removing passes [Process] Deprecate Process::inheritEnvironmentVariables() [HttpClient] fix debug output added to stderr at shutdown
2 parents 4cb56f2 + 41e3c93 commit 2b17d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/DebugExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ private function compileContainer(ContainerBuilder $container)
8686
{
8787
$container->getCompilerPassConfig()->setOptimizationPasses([]);
8888
$container->getCompilerPassConfig()->setRemovingPasses([]);
89+
$container->getCompilerPassConfig()->setAfterRemovingPasses([]);
8990
$container->compile();
9091
}
9192
}

0 commit comments

Comments
 (0)