| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 18 | final class GetVersionCollectionFromGitRepository implements GetVersionCollection |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritDoc} |
||
| 22 | * |
||
| 23 | * @throws ProcessFailedException |
||
| 24 | * @throws LogicException |
||
| 25 | * @throws RuntimeException |
||
| 26 | */ |
||
| 27 | public function fromRepository(CheckedOutRepository $checkedOutRepository) : VersionCollection |
||
| 45 |