Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | 33 | public function __construct( |
|
16 | string $property, |
||
17 | PropertyResolverInterface $propertyResolver, |
||
18 | ObjectComparatorInterface $objectComparator |
||
19 | ) { |
||
20 | 33 | $this->property = $property; |
|
21 | 33 | $this->propertyResolver = $propertyResolver; |
|
22 | 33 | $this->objectComparator = $objectComparator; |
|
23 | } |
||
36 |