Skip to content

Commit

Permalink
Merge pull request #139 from stefandoorn/remove-unneeded-return
Browse files Browse the repository at this point in the history
Remove unnecessary return
  • Loading branch information
lsmith77 authored Jul 25, 2018
2 parents 5158b78 + 8e06f10 commit dc65244
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 dc65244

Please sign in to comment.