You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter $context of Symfony\Component\Validator\ConstraintValidator and ConstraintValidatorInterface is of type Symfony\Component\Validator\ExecutionContextInterface, which is deprecated. It would be useful for projects using the Validator api which want to update to the new api, to allow using the new entity Symfony\Component\Validator\Context\ExecutionContextInterface, since it adds the replacement buildViolation for the deprecated addViolationAt function.
Could you add that support please?