| 1 | <?php |
||
| 14 | class CleanUpWorkersCommand extends ContainerAwareCommand |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * |
||
| 18 | */ |
||
| 19 | protected function configure() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param InputInterface $input |
||
| 28 | * @param OutputInterface $output |
||
| 29 | * @return int|null|void |
||
| 30 | */ |
||
| 31 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 44 | } |
||
| 45 |