1 | <?php |
||
7 | final class GitAdapter implements VcsMinerInterface |
||
8 | { |
||
9 | /** @var ConsoleInterface */ |
||
10 | private $console; |
||
11 | |||
12 | 1 | public function __construct(ConsoleInterface $console) |
|
16 | |||
17 | 1 | public function findMostChangedFiles(string $repoPath, string $since = null): array |
|
21 | |||
22 | 1 | private function parseGitEffortOutput(string $gitEffortOutput) |
|
48 | } |
||
49 |