Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | public function getNonScalarReferencedPropertyDescriptor(): AbstractBeanPropertyDescriptor |
||
33 | { |
||
34 | if ($this->referencedPropertyDescriptor instanceof InheritanceReferencePropertyDescriptor) { |
||
35 | return $this->referencedPropertyDescriptor->getNonScalarReferencedPropertyDescriptor(); |
||
36 | } |
||
37 | return $this->referencedPropertyDescriptor; |
||
38 | } |
||
45 |