Completed
Push — master ( 4d39fe...29b346 )
by Amrouche
14s
created
src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,8 +89,8 @@
 block discarded – undo
89 89
                 ->arrayNode('swagger')
90 90
                     ->addDefaultsIfNotSet()
91 91
                     ->children()
92
-                             ->arrayNode('api_keys')
93
-                             ->addDefaultsIfNotSet()
92
+                                ->arrayNode('api_keys')
93
+                                ->addDefaultsIfNotSet()
94 94
                                 ->children()
95 95
                                 ->scalarNode('name')
96 96
                                     ->info('The name of the header or query parameter containing the api key.')
Please login to merge, or discard this patch.