| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class PickLastMinorVersionFromCollection implements PickVersionFromVersionCollection |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritDoc} |
||
| 14 | * @throws \Symfony\Component\Process\Exception\LogicException |
||
| 15 | * @throws \Symfony\Component\Process\Exception\RuntimeException |
||
| 16 | */ |
||
| 17 | public function forVersions(VersionsCollection $versions) : Version |
||
| 37 |