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