Passed
Pull Request — master (#120)
by
unknown
02:41
created
src/Console/Commands/MigrationMigrateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         }
73 73
 
74 74
         $direction = $this->getArgument('direction') ?: MigrationManager::UPGRADE;
75
-        $step = (int)$this->getOption('step') ?: null;
75
+        $step = (int) $this->getOption('step') ?: null;
76 76
 
77 77
         $migrationManager = new MigrationManager();
78 78
 
Please login to merge, or discard this patch.