Passed
Pull Request — master (#21)
by Thierry
03:16
created
src/DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
                     ->end()
45 45
                 ->end()
46 46
                 ->arrayNode('verifying_public_keys')
47
-                   ->arrayPrototype()
47
+                    ->arrayPrototype()
48 48
                         ->children()
49 49
                             ->scalarNode('name')->end()
50 50
                             ->scalarNode('key')->end()
Please login to merge, or discard this patch.