Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | final class SchemaClearCommand extends Command |
||
14 | { |
||
15 | protected static $defaultName = 'cycle/schema/clear'; |
||
16 | protected static $defaultDescription = 'Clears the current schema cache'; |
||
17 | |||
18 | private CycleDependencyProxy $promise; |
||
19 | |||
20 | 1 | public function __construct(CycleDependencyProxy $promise) |
|
24 | } |
||
25 | |||
26 | 1 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
32 |