Closed stmichael closed 11 years ago
Since Symfony 2.1 the function isValid of ConstraintValidator is deprecated. And in Symfony 2.3 it is removed completely. The same goes for setMessage.
isValid
ConstraintValidator
setMessage
This pull-request makes the validator Symfony 2.3 ready.
Thanks!
Since Symfony 2.1 the function
isValid
ofConstraintValidator
is deprecated. And in Symfony 2.3 it is removed completely. The same goes forsetMessage
.This pull-request makes the validator Symfony 2.3 ready.