| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class GenerateIndex extends Command |
||
| 14 | { |
||
| 15 | protected Source $source; |
||
| 16 | |||
| 17 | protected FilesystemInterface $manager; |
||
| 18 | |||
| 19 | public function __construct(Source $source, FilesystemInterface $manager) |
||
| 24 | } |
||
| 25 | |||
| 26 | protected function configure(): void |
||
| 31 | } |
||
| 32 | |||
| 33 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 40 |