diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-01 13:51:35 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-01 13:51:35 +0100 |
commit | e43d27f8450dcdf79850e935b762ac390a19dd63 (patch) | |
tree | dcdf7ba59559665421181e895137ddb04fc985fc /src/Wallabag/ApiBundle/DependencyInjection | |
parent | 74d8afa5fa38af083bbacc63d76b904c01808f14 (diff) | |
parent | 5f8a785719c1dfeacc0bccc0781a94bd396b80ff (diff) | |
download | wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.gz wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.tar.zst wallabag-e43d27f8450dcdf79850e935b762ac390a19dd63.zip |
Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight
[#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 | } |