ollietb / OhGoogleMapFormTypeBundle

Set latitude and longitude values on a form using Google Maps
MIT License
30 stars 76 forks source link

Validator uses deprecated functions #12

Closed stmichael closed 11 years ago

stmichael commented 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.

This pull-request makes the validator Symfony 2.3 ready.

ollietb commented 11 years ago

Thanks!