Skip to content

Commit

Permalink
Coding Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
trandangtri committed Dec 12, 2017
1 parent 8661e02 commit 2c91cd2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Command/QueueWorkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ protected function configure()
{
$this
->setName('tritran:sqs_queue:worker')
->addArgument(
'name',
InputArgument::REQUIRED,
'Queue Name',
null
)
->addArgument('name', InputArgument::REQUIRED, 'Queue Name', null)
->addOption('messages', 'm', InputOption::VALUE_OPTIONAL, 'Messages to consume', 0)
->setDescription('Start a worker that will listen to a specified SQS queue');
}
Expand Down

0 comments on commit 2c91cd2

Please sign in to comment.