Test Failed
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
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
                     ->useAttributeAsKey('namespace')
56 56
                     ->defaultValue(['%kernel.project_dir%/src/Migrations' => 'App\Migrations'])
57 57
                     ->prototype('scalar')->end()
58
-                 ->end()
58
+                    ->end()
59 59
 
60 60
                 ->arrayNode('services')
61 61
                     ->info('A list of pairs namespace/path where to look for migrations.')
Please login to merge, or discard this patch.