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