diff --git a/src/Command/ImportDataCommand.php b/src/Command/ImportDataCommand.php index 6d443853..b8c843ca 100644 --- a/src/Command/ImportDataCommand.php +++ b/src/Command/ImportDataCommand.php @@ -100,8 +100,6 @@ protected function execute(InputInterface $input, OutputInterface $output): void sprintf('Failed %s: %s', $countOrRows, $failed), ] ); - - return; } private function listImporters(InputInterface $input, OutputInterface $output, ?string $errorMessage = null): void