Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
28 | class Prepare implements Action |
||
29 | { |
||
30 | /** |
||
31 | * Executes the action |
||
32 | * |
||
33 | * @param \CaptainHook\App\Config $config |
||
34 | * @param \CaptainHook\App\Console\IO $io |
||
35 | * @param \SebastianFeldmann\Git\Repository $repository |
||
36 | * @param \CaptainHook\App\Config\Action $action |
||
37 | * @return void |
||
38 | * @throws \Exception |
||
39 | */ |
||
40 | 2 | public function execute(Config $config, IO $io, Repository $repository, Config\Action $action): void |
|
50 |