8000 mark the AssertingContextualValidator class as internal · symfony/symfony@7ff0287 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ff0287

Browse files
committed
mark the AssertingContextualValidator class as internal
1 parent b61c87c commit 7ff0287

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)
0