| Total Complexity | 5 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 10 | class UrlComponent implements \Vaimo\ComposerPatches\Interfaces\DefinitionNormalizerComponentInterface | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * @var \Vaimo\ComposerPatches\Utils\DataUtils | ||
| 14 | */ | ||
| 15 | private $dataUtils; | ||
| 16 | |||
| 17 | public function __construct() | ||
| 20 | } | ||
| 21 | |||
| 22 | public function normalize($target, $label, array $data, array $ownerConfig) | ||
| 35 |