Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | #[AsService] |
||
14 | final class PropertyMapperLocator implements PropertyMapperLocatorInterface |
||
15 | { |
||
16 | /** @var ArrayList<PropertyMapper> */ |
||
17 | private readonly ArrayList $mappers; |
||
18 | |||
19 | public function __construct( |
||
23 | } |
||
24 | |||
25 | public function get(\ReflectionProperty $property): PropertyMapper |
||
33 |