| Total Complexity | 5 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ValidatorComponent implements \Vaimo\ComposerPatches\Interfaces\DefinitionListLoaderComponentInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param array $patches |
||
| 14 | * @param \Composer\Package\PackageInterface[] $packagesByName |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function process(array $patches, array $packagesByName) |
||
| 51 |