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 a1527cb commit 8af9986Copy full SHA for 8af9986
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