Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function __invoke(ReflectionProperty $fromProperty, ReflectionProperty $toProperty) : Changes |
||
22 | { |
||
23 | if ($this->isInternalDocComment($fromProperty->getDocComment())) { |
||
24 | return Changes::empty(); |
||
25 | } |
||
26 | |||
27 | return $this->propertyBased->__invoke($fromProperty, $toProperty); |
||
28 | } |
||
35 |