Skip to content

Commit

Permalink
Remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Jul 25, 2018
1 parent 5158b78 commit 8e06f10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Command/ImportDataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e06f10

Please sign in to comment.