Skip to content

Commit

Permalink
cosmetic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 3, 2012
1 parent 153c9e3 commit 0edd822
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function getConfigTreeBuilder()
->children()
->arrayNode('access_denied_listener')
->useAttributeAsKey('name')
->defaultValue(array())
->prototype('boolean')->end()
->end()
->scalarNode('param_fetcher_listener')->defaultFalse()->end()
Expand Down Expand Up @@ -78,7 +77,6 @@ public function getConfigTreeBuilder()
->children()
->scalarNode('version')->defaultNull()->end()
->arrayNode('groups')
->defaultValue(array())
->prototype('scalar')->end()
->end()
->end()
Expand Down Expand Up @@ -113,7 +111,6 @@ private function addViewSection(ArrayNodeDefinition $rootNode)
->end()
->arrayNode('mime_types')
->useAttributeAsKey('name')
->defaultValue(array())
->prototype('variable')->end()
->end()
->arrayNode('formats')
Expand Down

0 comments on commit 0edd822

Please sign in to comment.