Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | #[AsCommand('router:clear-descriptors-cache', 'Clears the descriptors cache.')] |
||
26 | final class RouterClearDescriptorsCacheCommand extends Command |
||
27 | { |
||
28 | 1 | public function __construct( |
|
32 | } |
||
33 | |||
34 | /** |
||
35 | * @inheritDoc |
||
36 | */ |
||
37 | 1 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
46 |