| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | protected function configure() |
||
| 17 | { |
||
| 18 | $this |
||
| 19 | ->setDefinition([ |
||
| 20 | new InputArgument('config', InputArgument::REQUIRED, 'the configuration file') |
||
| 21 | ]) |
||
| 22 | ->setDescription('Run health checks.') |
||
| 23 | ->setHelp('The <info>run</info> command for the health checker.') |
||
| 24 | ->setName('run'); |
||
| 25 | } |
||
| 45 |