Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enesaktay committed Jul 26, 2018
1 parent 04bf2e0 commit 83f2cb0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Command/ImportDataFromMessageQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 83f2cb0

Please sign in to comment.