Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class DummyPHPFailure implements ActionInterface |
||
21 | { |
||
22 | /** |
||
23 | * Execute action throwing an exception |
||
24 | * |
||
25 | * @param \CaptainHook\App\Config $config |
||
26 | * @param \CaptainHook\App\Console\IO $io |
||
27 | * @param \SebastianFeldmann\Git\Repository $repository |
||
28 | * @param \CaptainHook\App\Config\Action $action |
||
29 | * @return void |
||
30 | * @throws \RuntimeException |
||
31 | */ |
||
32 | public function execute(Config $config, IO $io, Repository $repository, Config\Action $action): void |
||
37 |