Skip to content

Commit 74874d5

Browse files
committed
minor symfony#37871 [Validator] mark the AssertingContextualValidator class as internal (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] mark the AssertingContextualValidator class as internal | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 7ff0287 mark the AssertingContextualValidator class as internal
2 parents b61c87c + 7ff0287 commit 74874d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ private function getViolation()
341341
}
342342
}
343343

344+
/**
345+
* @internal
346+
*/
344347
class AssertingContextualValidator implements ContextualValidatorInterface
345348
{
346349
private $expectNoValidate = false;

0 commit comments

Comments
 (0)