Skip to content

Commit

Permalink
fixed handling of options
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 26, 2011
1 parent 38ec845 commit b3ac477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function getConfigTreeBuilder()
->scalarNode('path')->end()
->scalarNode('quality')->defaultValue(100)->end()
->arrayNode('options')
->useAttributeAsKey('name')
->prototype('variable')->end()
->end()
->end()
Expand Down

0 comments on commit b3ac477

Please sign in to comment.