Skip to content

Commit

Permalink
fixes config (closes schmittjoh#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Jun 1, 2012
1 parent 93580cb commit bd953ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -64,7 +64,7 @@ public function getConfigTreeBuilder()
->end()
->end()
->arrayNode('automatic_controller_injections')
->setInfo('Allows you to configure automatic injections for controllers. '
->info('Allows you to configure automatic injections for controllers. '
.'This is most useful for commonly needed services in controllers which then do not need to be annotated anymore.')
->fixXmlConfig('property')
->fixXmlConfig('method_call')
Expand Down

0 comments on commit bd953ff

Please sign in to comment.