@@ -74,7 +74,7 @@ |
||
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 |