From b6ef9a1fc9d89fd5ad6e09563d0017607a48aece Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 18 Aug 2020 11:07:13 +0200 Subject: [PATCH] mark the AssertingContextualValidator class as internal --- Test/ConstraintValidatorTestCase.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Test/ConstraintValidatorTestCase.php b/Test/ConstraintValidatorTestCase.php index ea07316ac..3d1fc81c9 100644 --- a/Test/ConstraintValidatorTestCase.php +++ b/Test/ConstraintValidatorTestCase.php @@ -341,6 +341,9 @@ private function getViolation() } } +/** + * @internal + */ class AssertingContextualValidator implements ContextualValidatorInterface { private $expectNoValidate = false;