Skip to content

Commit

Permalink
- removed unnecessary useAttributeAsKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gronewold committed Oct 14, 2012
1 parent f7d31e0 commit 7fdd803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DependencyInjection/Configuration.php
Expand Up @@ -58,11 +58,10 @@ public function getConfigTreeBuilder()
->scalarNode('callback')->isRequired()->end()
->arrayNode('qos_options')
->canBeUnset()
->useAttributeAsKey('key')
->children()
->scalarNode('prefetch_size')->defaultValue(0)->end()
->scalarNode('prefetch_count')->defaultValue(0)->end()
->booleanNode('global')->defaultValue(false)->end()
->booleanNode('global')->defaultFalse()->end()
->end()
->end()
->end()
Expand Down

0 comments on commit 7fdd803

Please sign in to comment.