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.
1 parent 5d34deb commit 8cc864aCopy full SHA for 8cc864a
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