Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
7 | protected function configure() |
||
8 | { |
||
9 | parent::configure(); |
||
10 | |||
11 | $this->setName('rabbitmq:anon-consumer'); |
||
12 | $this->setDescription('Executes an anonymous consumer'); |
||
13 | $this->getDefinition()->getOption('messages')->setDefault(1); |
||
14 | $this->getDefinition()->getOption('route')->setDefault('#'); |
||
15 | |||
23 |