Skip to content

Commit 29d15e6

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: mark the AssertingContextualValidator class as internal make return type correct
2 parents d9a71a9 + b6ef9a1 commit 29d15e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Test/ConstraintValidatorTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ private function getViolation(): ConstraintViolation
343343
}
344344
}
345345

346+
/**
347+
* @internal
348+
*/
346349
class AssertingContextualValidator implements ContextualValidatorInterface
347350
{
348351
private $expectNoValidate = false;

0 commit comments

Comments
 (0)