Skip to content

Commit

Permalink
Fix Codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed May 31, 2024
1 parent e531d49 commit f3a803e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Command/ReindexCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
->setLimit((int) $input->getOption('index-limit'))
->setOffset((int) $input->getOption('index-begin'))
->execute();

$io->writeln($input->getOption('index-limit') . ' documents starting from ' . $input->getOption('index-begin') . ' will be indexed.');
} else {
// Get all documents.
Expand Down

0 comments on commit f3a803e

Please sign in to comment.