Completed
Push — master ( 9e827d...f8086d )
by Arman
18s queued 15s
created
src/Console/Commands/MigrationMigrateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
             }
75 75
         }
76 76
 
77
-        $step = (int)$this->getOption('step') ?: null;
77
+        $step = (int) $this->getOption('step') ?: null;
78 78
 
79 79
         $migrationManager = new MigrationManager();
80 80
 
Please login to merge, or discard this patch.