Skip to content

Commit f460381

Browse files
Merge branch '7.2' into 7.3
* 7.2: Fix typo [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation Allow mixed root on CompoundConstraintTestCase validator [Serializer] Fix readonly property initialization from incorrect scope Update BrevoRequestParser.php
2 parents 950c2e9 + 8cc864a commit f460381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)