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