Skip to content

Commit c6af60b

Browse files
committed
Merge pull request #56 from xabbuh/excluded-404s-single-xml-value
fix config to work with exactly one value for excluded_404s in XML forma...
2 parents c043ada + d118c19 commit c6af60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public function getConfigTreeBuilder()
196196
->useAttributeAsKey('name')
197197
->prototype('array')
198198
->fixXmlConfig('member')
199+
->fixXmlConfig('excluded_404')
199200
->canBeUnset()
200201
->children()
201202
->scalarNode('type')

0 commit comments

Comments
 (0)