Completed
Pull Request — master (#278)
by Asmir
02:56
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                         })
57 57
                         ->thenInvalid('At least one migrations path must be specified.')
58 58
                     ->end()
59
-                 ->end()
59
+                    ->end()
60 60
 
61 61
                 ->arrayNode('storage')
62 62
                     ->addDefaultsIfNotSet()
Please login to merge, or discard this patch.