Skip to content

Commit

Permalink
chore: small comment for later todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Feb 4, 2025
1 parent d44466e commit f4b5c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Command/BuildQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$configurationKeys
);


// Consider a swith/match statement here, and extract the code in between.
if ($mode === 'url') {
$output->writeln('<info>' . implode(PHP_EOL, $crawlerController->downloadUrls) . PHP_EOL . '</info>');
} elseif ($mode === 'exec') {
Expand Down

0 comments on commit f4b5c8a

Please sign in to comment.