| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | protected function configure() |
||
| 20 | { |
||
| 21 | $this |
||
| 22 | ->setName('innmind:amqp:consume') |
||
| 23 | ->setDescription('Will process messages from the given queue') |
||
| 24 | ->addArgument('queue', InputArgument::REQUIRED) |
||
| 25 | ->addArgument('number', InputArgument::OPTIONAL, 'The number of messages to process'); |
||
| 26 | } |
||
| 27 | |||
| 53 |