Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class DirectListResolver implements \Vaimo\ComposerPatches\Interfaces\ListResolverInterface |
||
9 | { |
||
10 | public function resolvePatchesQueue(array $patches) |
||
13 | } |
||
14 | |||
15 | public function resolveRelevantPatches(array $patches, array $subset) |
||
18 | } |
||
19 | |||
20 | public function resolveInitialState(array $patches, array $state) |
||
25 |