Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | #[AsService, AsTagged(PropertyMapperInterface::class, priority: 2)] |
||
14 | final class DocBlockArrayPropertyMapper implements PropertyMapperInterface |
||
15 | { |
||
16 | public function __construct( |
||
19 | } |
||
20 | |||
21 | public function map(\ReflectionProperty $property, mixed $value): array |
||
25 | ]; |
||
26 | } |
||
27 | |||
28 | public function canMap(\ReflectionProperty $property): bool |
||
33 |