diff --git a/src/Command/ImportDataFromMessageQueueCommand.php b/src/Command/ImportDataFromMessageQueueCommand.php index 2b6535cd..c98c7627 100644 --- a/src/Command/ImportDataFromMessageQueueCommand.php +++ b/src/Command/ImportDataFromMessageQueueCommand.php @@ -87,12 +87,6 @@ private function finishImport(string $name, OutputInterface $output): void $output->writeln($message); } - /** - * @param string $importer - * @param SingleDataArrayImporterInterface $service - * @param OutputInterface $output - * @param int $timeout - */ private function importJsonDataFromMessageQueue(string $importer, SingleDataArrayImporterInterface $service, OutputInterface $output, int $timeout): void { $mqItemReader = new MqItemReader(new RedisConnectionFactory(), $service);