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 7e29d58 commit 47b5387Copy full SHA for 47b5387
src/Symfony/Component/Validator/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