Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | final class GitCheckoutRevisionToTemporaryPath implements PerformCheckoutOfRevision |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritDoc} |
||
12 | * @throws \Symfony\Component\Process\Exception\RuntimeException |
||
13 | */ |
||
14 | public function checkout(CheckedOutRepository $sourceRepository, Revision $revision) : CheckedOutRepository |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * {@inheritDoc} |
||
26 | * @throws \Symfony\Component\Process\Exception\RuntimeException |
||
27 | */ |
||
28 | public function remove(CheckedOutRepository $checkedOutRepository) : void |
||
33 |