| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class AccessiblePropertyChanged implements PropertyBased |
||
| 11 | { |
||
| 12 | /** @var PropertyBased */ |
||
| 13 | private $propertyBased; |
||
| 14 | |||
| 15 | public function __construct(PropertyBased $propertyBased) |
||
| 18 | } |
||
| 19 | |||
| 20 | public function __invoke(ReflectionProperty $fromProperty, ReflectionProperty $toProperty) : Changes |
||
| 29 |