From fd30d137fc53c222ae646bb922a9e51286ab218e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 5 Mar 2015 19:44:00 +0100 Subject: [PATCH] Unused method, property, variable or parameter --- .../NotificationBundle/DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Trinity/Bundle/NotificationBundle/DependencyInjection/Configuration.php b/src/Trinity/Bundle/NotificationBundle/DependencyInjection/Configuration.php index 3e4224c..7e261b9 100644 --- a/src/Trinity/Bundle/NotificationBundle/DependencyInjection/Configuration.php +++ b/src/Trinity/Bundle/NotificationBundle/DependencyInjection/Configuration.php @@ -18,7 +18,7 @@ class Configuration implements ConfigurationInterface public function getConfigTreeBuilder() { $treeBuilder = new TreeBuilder(); - $rootNode = $treeBuilder->root('trinity_notification') + $treeBuilder->root('trinity_notification') ->children() ->booleanNode('use_ace_editor') ->defaultFalse()