Remove addDefaultsIfNotSet() on prototyped array node.
This commit is contained in:
parent
99c6aa9ac7
commit
87f1141d2e
1 changed files with 0 additions and 2 deletions
|
|
@ -269,12 +269,10 @@ class Configuration
|
|||
$node
|
||||
->children()
|
||||
->arrayNode('excludes')
|
||||
->addDefaultsIfNotSet()
|
||||
->useAttributeAsKey('name')
|
||||
->prototype('scalar')->end()
|
||||
->end()
|
||||
->arrayNode('includes')
|
||||
->addDefaultsIfNotSet()
|
||||
->useAttributeAsKey('name')
|
||||
->prototype('scalar')->end()
|
||||
->end()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue