| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | final class GetVersionCollectionFromGitRepository implements GetVersionCollection |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritDoc} |
||
| 13 | * @throws \Symfony\Component\Process\Exception\ProcessFailedException |
||
| 14 | * @throws \Symfony\Component\Process\Exception\LogicException |
||
| 15 | * @throws \Symfony\Component\Process\Exception\RuntimeException |
||
| 16 | */ |
||
| 17 | public function fromRepository(CheckedOutRepository $checkedOutRepository) : VersionsCollection |
||
| 33 |