Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class WarmUpCacheCommand extends KernelAwareCommand |
||
16 | { |
||
17 | |||
18 | private FilesManager $filesManager; |
||
19 | |||
20 | public function __construct() |
||
21 | { |
||
22 | $this->filesManager = new FilesManager(); |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | public function execute(InputInterface $input, OutputInterface $output): int |
||
41 | } |
||
42 | } |