Completed
Pull Request — master (#278)
by Asmir
03:32
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
                     ->requiresAtLeastOneElement()
55 55
                     ->useAttributeAsKey('namespace')
56 56
                     ->prototype('scalar')->end()
57
-                 ->end()
57
+                    ->end()
58 58
 
59 59
                 ->arrayNode('services')
60 60
                     ->info('A set of services to pass to the underlying doctrine/migrations library, allowing to change its behaviour.')
Please login to merge, or discard this patch.