1 | <?php |
||
26 | class Prepare implements Action |
||
27 | { |
||
28 | /** |
||
29 | * Executes the action. |
||
30 | * |
||
31 | * @param \CaptainHook\App\Config $config |
||
32 | * @param \CaptainHook\App\Console\IO $io |
||
33 | * @param \SebastianFeldmann\Git\Repository $repository |
||
34 | * @param \CaptainHook\App\Config\Action $action |
||
35 | * @throws \Exception |
||
36 | */ |
||
37 | public function execute(Config $config, IO $io, Repository $repository, Config\Action $action) |
||
46 | } |
||
47 |