| 1 | <?php |
||
| 24 | class CheckCommand extends MviCommand |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Configure check command |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | protected function configure() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Run check command |
||
| 45 | * |
||
| 46 | * @param InputInterface $input |
||
| 47 | * @param OutputInterface $output |
||
| 48 | * |
||
| 49 | * @return void |
||
| 50 | */ |
||
| 51 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 68 | } |
||
| 69 |