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.
1 parent 4cbc5c4 commit 4576e32Copy full SHA for 4576e32
DependencyInjection/Configuration.php
@@ -279,6 +279,7 @@ private function addTemplatingSection(ArrayNodeDefinition $rootNode)
279
->scalarNode('version')->defaultNull()->end()
280
->scalarNode('version_format')->defaultNull()->end()
281
->arrayNode('base_urls')
282
+ ->performNoDeepMerging()
283
->addDefaultsIfNotSet()
284
->defaultValue(array('http' => array(), 'ssl' => array()))
285
->beforeNormalization()
0 commit comments