| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 51 | protected function configure() |
||
| 52 | { |
||
| 53 | $this->setDescription('Run pending tasks') |
||
| 54 | ->setHelp(<<<'EOT' |
||
| 55 | The <info>%command.name%</info> command runs the pending task-executions. During the execution the status |
||
| 56 | of the executions will be updated. |
||
| 57 | |||
| 58 | $ %command.full_name% |
||
| 59 | EOT |
||
| 60 | ); |
||
| 61 | } |
||
| 62 | |||
| 72 |