Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | class All extends FileStaged |
||
30 | { |
||
31 | /** |
||
32 | * Check if all of the configured files is staged for commit |
||
33 | * |
||
34 | * @param \CaptainHook\App\Console\IO $io |
||
35 | * @param \SebastianFeldmann\Git\Repository $repository |
||
36 | * @return bool |
||
37 | */ |
||
38 | public function isTrue(IO $io, Repository $repository): bool |
||
43 |