Completed
Pull Request — master (#278)
by Asmir
05:07
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
                     ->useAttributeAsKey('name')
48 48
                     ->defaultValue(['%kernel.root_dir%/DoctrineMigrations' => 'Application\Migrations'])
49 49
                     ->prototype('scalar')->end()
50
-                 ->end()
50
+                    ->end()
51 51
 
52 52
                 ->arrayNode('storage')
53 53
                     ->children()
Please login to merge, or discard this patch.