| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | final class WarmUp extends ConsoleCommand |
||
| 12 | { |
||
| 13 | protected static $defaultName = 'warmup'; |
||
| 14 | |||
| 15 | protected function configure(): void |
||
| 16 | { |
||
| 17 | $this->setDescription('Warm-up telegram sessions.'); |
||
| 18 | } |
||
| 19 | |||
| 20 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 23 | } |
||
| 24 | |||
| 25 | protected function getWarmUpper(): WarmUpper |
||
| 30 |