Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 60% |
Changes | 0 |
1 | <?php |
||
21 | class DisableOriginalDrupalKernelSubstitutionCommand extends BaseCommand |
||
22 | { |
||
23 | /** |
||
24 | * @var string |
||
25 | */ |
||
26 | const NAME = 'drupal-debug:disable-original-drupal-kernel-substitution'; |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | 1 | protected function configure(): void |
|
34 | 1 | } |
|
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | protected function execute(InputInterface $input, OutputInterface $output): ?int |
||
44 |