| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class DtoPropertyProcessor implements PropertyProcessorInterface |
||
| 21 | { |
||
| 22 | 6 | public function __construct(private ClassMetadataHelperInterface $classMetadataHelper) |
|
| 23 | { |
||
| 24 | 6 | } |
|
| 25 | |||
| 26 | 1 | public function process(PropertyDefinition $propertyDefinition, ClassDefinition $classDefinition, array $propertyData, array $classList): void |
|
| 40 | } |
||
| 41 | } |
||
| 42 |