| Total Complexity | 4 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class RootPatchComponent implements \Vaimo\ComposerPatches\Interfaces\DefinitionListLoaderComponentInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Composer\Package\PackageInterface |
||
| 14 | */ |
||
| 15 | private $package; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var \Vaimo\ComposerPatches\Utils\PatchListUtils |
||
| 19 | */ |
||
| 20 | private $patchListUtils; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param \Composer\Package\PackageInterface $package |
||
| 24 | */ |
||
| 25 | public function __construct( |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param array $patches |
||
| 35 | * @param \Composer\Package\PackageInterface[] $packagesByName |
||
| 36 | * @return array |
||
| 37 | */ |
||
| 38 | public function process(array $patches, array $packagesByName) |
||
| 58 |