Bring tidy in line with property renaming

This commit is contained in:
Tim Nagel 2014-05-25 20:14:51 +10:00
parent 8e88505a3f
commit 53180e2810

View file

@ -243,7 +243,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('path_match')->end()
->scalarNode('path_unmatch')->end()
->scalarNode('match_pattern')->end()
->append($this->getMappingsNode())
->append($this->getPropertiesNode())
->end()
->end()
;