From bd953ff196ecbb36080eff0c93fb3d735726d26b Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 31 May 2012 19:51:59 -0500 Subject: [PATCH] fixes config (closes #24) --- DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 8ea0e51..56a1e7c 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -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')