Skip to content

Commit

Permalink
mark the AssertingContextualValidator class as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Aug 18, 2020
1 parent ba489a5 commit b6ef9a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Test/ConstraintValidatorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ private function getViolation()
}
}

/**
* @internal
*/
class AssertingContextualValidator implements ContextualValidatorInterface
{
private $expectNoValidate = false;
Expand Down

0 comments on commit b6ef9a1

Please sign in to comment.