| Total Complexity | 6 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | final class PropertyDocumentedTypeChanged implements PropertyBased |
||
| 21 | { |
||
| 22 | /** @var ReflectionPropertyName */ |
||
| 23 | private $formatProperty; |
||
| 24 | |||
| 25 | public function __construct() |
||
| 26 | { |
||
| 27 | $this->formatProperty = new ReflectionPropertyName(); |
||
| 28 | } |
||
| 29 | |||
| 30 | public function __invoke(ReflectionProperty $fromProperty, ReflectionProperty $toProperty) : Changes |
||
| 54 | )); |
||
| 55 | } |
||
| 57 |