Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
40 | 1 | public function execute(Config $config, IO $io, Repository $repository, Config\Action $action): void |
|
41 | { |
||
42 | 1 | $this->debugOutput($io, $repository); |
|
43 | |||
44 | 1 | throw new ActionFailed( |
|
45 | 1 | 'The \'Debug\' action is only for debugging purposes, ' |
|
46 | 1 | . 'please remove the \'Debug\' action from your config' |
|
47 | 1 | ); |
|
50 |