diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-01-20 16:24:48 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-22 21:12:11 +0100 |
commit | b0b893eafd3c1d66b8681a4a6420603af42ec084 (patch) | |
tree | c81cd3621747569d16e99dc47c726af2e668601a /src/Wallabag/ApiBundle/DependencyInjection | |
parent | 96fcb60c335a8985d0ebb8acec3af7c310edb70c (diff) | |
download | wallabag-b0b893eafd3c1d66b8681a4a6420603af42ec084.tar.gz wallabag-b0b893eafd3c1d66b8681a4a6420603af42ec084.tar.zst wallabag-b0b893eafd3c1d66b8681a4a6420603af42ec084.zip |
[#1604] First draft to fix SensioLabsInsight report
Diffstat (limited to 'src/Wallabag/ApiBundle/DependencyInjection')
-rw-r--r-- | src/Wallabag/ApiBundle/DependencyInjection/Configuration.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php b/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php index cec45412..f70a5835 100644 --- a/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php +++ b/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php | |||
@@ -20,10 +20,6 @@ class Configuration implements ConfigurationInterface | |||
20 | $treeBuilder = new TreeBuilder(); | 20 | $treeBuilder = new TreeBuilder(); |
21 | $rootNode = $treeBuilder->root('wallabag_api'); | 21 | $rootNode = $treeBuilder->root('wallabag_api'); |
22 | 22 | ||
23 | // Here you should define the parameters that are allowed to | ||
24 | // configure your bundle. See the documentation linked above for | ||
25 | // more information on that topic. | ||
26 | |||
27 | return $treeBuilder; | 23 | return $treeBuilder; |
28 | } | 24 | } |
29 | } | 25 | } |