Completed
Push — master ( 01a2b5...abb9d0 )
by Alexander
02:01
created
src/Lib/Service/Migrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
                     continue;
62 62
                 }
63 63
 
64
-                $commands         = $migration->getCommands();
64
+                $commands = $migration->getCommands();
65 65
 
66 66
                 foreach ($commands as $commandName => $arguments) {
67 67
                     $currentCommand = $commandName;
Please login to merge, or discard this patch.