We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 950c2e9 + 8cc864a commit f460381Copy full SHA for f460381
Test/CompoundConstraintTestCase.php
@@ -35,7 +35,7 @@ abstract class CompoundConstraintTestCase extends TestCase
35
protected ValidatorInterface $validator;
36
protected ?ConstraintViolationListInterface $violationList = null;
37
protected ExecutionContextInterface $context;
38
- protected string $root;
+ protected mixed $root;
39
40
private mixed $validatedValue;
41
0 commit comments