From 8e06f103cf68f7b56147e6afff17149fac0b63bc Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Wed, 25 Jul 2018 12:08:18 +0200 Subject: [PATCH] Remove unnecessary return --- src/Command/ImportDataCommand.php | 2 -- 1 file changed, 2 deletions(-) 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