diff --git a/lib/command/migrate.php b/lib/command/migrate.php index 079edb2..fd98e0e 100644 --- a/lib/command/migrate.php +++ b/lib/command/migrate.php @@ -82,9 +82,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int } $io->error(sprintf('%s %d of %d migrations, aborted with "%s".', $fake ? 'Faked' : 'Executed', $countMigrated, count($paths), basename($path))); - - return Command::FAILURE; } + + return Command::FAILURE; } private function migrate($path): void