| Total Complexity | 2 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | abstract class AbstractPropertyBasedObjectComparator extends AbstractObjectComparator implements ObjectComparatorInterface |
||
| 10 | { |
||
| 11 | use ResolvesPropertyValueTrait; |
||
| 12 | |||
| 13 | 90 | public function __construct(PropertyResolverInterface $propertyResolver) |
|
| 16 | } |
||
| 17 | |||
| 18 | 90 | public function setProperty(string $property): AbstractPropertyBasedObjectComparator |
|
| 25 |