Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  mark the AssertingContextualValidator class as internal
  make return type correct
  • Loading branch information
fabpot committed Aug 18, 2020
2 parents d9a71a9 + b6ef9a1 commit 29d15e6
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 @@ -343,6 +343,9 @@ private function getViolation(): ConstraintViolation
}
}

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

0 comments on commit 29d15e6

Please sign in to comment.