Completed
Pull Request — master (#1351)
by Alexander
02:54
created
src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -89,8 +89,8 @@  discard block
 block discarded – undo
89 89
                 ->arrayNode('swagger')
90 90
                     ->addDefaultsIfNotSet()
91 91
                     ->children()
92
-                             ->arrayNode('api_keys')
93
-                                 ->prototype('array')
92
+                                ->arrayNode('api_keys')
93
+                                    ->prototype('array')
94 94
                                     ->children()
95 95
                                     ->scalarNode('name')
96 96
                                         ->info('The name of the header or query parameter containing the api key.')
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
                                         ->values(['query', 'header'])
101 101
                                     ->end()
102 102
                                 ->end()
103
-                             ->end()
103
+                                ->end()
104 104
                         ->end()
105 105
                     ->end()
106 106
                 ->end()
Please login to merge, or discard this patch.