Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ClearCommand extends Command |
||
14 | { |
||
15 | private StorageInterface $storage; |
||
16 | |||
17 | protected static $defaultName = 'debug/reset'; |
||
18 | |||
19 | public function __construct(StorageInterface $storage) |
||
23 | } |
||
24 | |||
25 | protected function configure(): void |
||
30 | } |
||
31 | |||
32 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
39 |