Skip to content

Commit e9af03f

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Write an exception message in a one heading line [Finder] Refine phpdoc about argument for NumberComparator Fix unresolved parameters from default bundle configs in debug:config [github] Tweak PR template
2 parents 59bcf28 + 7b64266 commit e9af03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ConfigDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9292
$io->title(sprintf('Current configuration for "%s"', $name));
9393
}
9494

95-
$io->writeln(Yaml::dump(array($extension->getAlias() => $config), 10));
95+
$io->writeln(Yaml::dump(array($extension->getAlias() => $container->getParameterBag()->resolveValue($config)), 10));
9696
}
9797

9898
private function compileContainer()

0 commit comments

Comments
 (0)