Remove addDefaultsIfNotSet() on prototyped array node.

This commit is contained in:
nurikabe 2012-04-02 14:15:12 -04:00
parent 99c6aa9ac7
commit 87f1141d2e

View file

@ -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()