We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a582bd + 1c879b5 commit 1f51290Copy full SHA for 1f51290
DependencyInjection/Configuration.php
@@ -33,6 +33,7 @@ public function getConfigTreeBuilder()
33
->cannotBeEmpty()
34
->useAttributeAsKey('name')
35
->prototype('array')
36
+ ->performNoDeepMerging()
37
->beforeNormalization()
38
->ifTrue(function($v) { return is_scalar($v); })
39
->then(function($v) { return [$v => []]; })
0 commit comments