| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class PropertyDefaultValueChanged implements PropertyBased |
||
| 15 | { |
||
| 16 | /** @var ReflectionPropertyName */ |
||
| 17 | private $formatProperty; |
||
| 18 | |||
| 19 | public function __construct() |
||
| 20 | { |
||
| 21 | $this->formatProperty = new ReflectionPropertyName(); |
||
| 22 | } |
||
| 23 | |||
| 24 | public function __invoke(ReflectionProperty $fromProperty, ReflectionProperty $toProperty) : Changes |
||
| 41 | )); |
||
| 42 | } |
||
| 44 |