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.
2 parents 90bb654 + 442f091 commit 0aff03dCopy full SHA for 0aff03d
Compiler/ValidateEnvPlaceholdersPass.php
@@ -65,7 +65,7 @@ public function process(ContainerBuilder $container)
65
$processor = new Processor();
66
67
foreach ($extensions as $name => $extension) {
68
- if (!$extension instanceof ConfigurationExtensionInterface || !$config = $container->getExtensionConfig($name)) {
+ if (!$extension instanceof ConfigurationExtensionInterface || !$config = array_filter($container->getExtensionConfig($name))) {
69
// this extension has no semantic configuration or was not called
70
continue;
71
}
0 commit comments