@@ -178,7 +178,7 @@ |
||
178 | 178 | if ($input->isInteractive()) { |
179 | 179 | $io->text($this->translator->trans('Beginning user migration...')); |
180 | 180 | } |
181 | - $userMigrationMaxuid = (int)$this->migrationHelper->getMaxUnMigratedUid(); |
|
181 | + $userMigrationMaxuid = (int) $this->migrationHelper->getMaxUnMigratedUid(); |
|
182 | 182 | if ($input->isInteractive()) { |
183 | 183 | $progressBar = new ProgressBar($output, (int) ceil($count / MigrationHelper::BATCH_LIMIT)); |
184 | 184 | $progressBar->start(); |