Skip to content

Commit 47b5387

Browse files
committed
Allow mixed root on CompoundConstraintTestCase validator
1 parent 7e29d58 commit 47b5387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Test/CompoundConstraintTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract class CompoundConstraintTestCase extends TestCase
3535
protected ValidatorInterface $validator;
3636
protected ?ConstraintViolationListInterface $violationList = null;
3737
protected ExecutionContextInterface $context;
38-
protected string $root;
38+
protected mixed $root;
3939

4040
private mixed $validatedValue;
4141

0 commit comments

Comments
 (0)