[#1604] First draft to fix SensioLabsInsight report

This commit is contained in:
Nicolas Lœuillet
2016-01-20 16:24:48 +01:00
committed by Nicolas Lœuillet
parent 96fcb60c33
commit b0b893eafd
17 changed files with 14 additions and 20 deletions

View File

@ -20,10 +20,6 @@ class Configuration implements ConfigurationInterface
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('wallabag_api');
// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.
return $treeBuilder;
}
}