fix class name in upgrade

This commit is contained in:
Tobias Schultze 2012-07-18 07:53:58 +03:00
parent 242a388ea4
commit 5233984ec0

View File

@ -1056,7 +1056,7 @@
### Validator ### Validator
* The methods `setMessage()`, `getMessageTemplate()` and * The methods `setMessage()`, `getMessageTemplate()` and
`getMessageParameters()` in the Constraint class were deprecated and will `getMessageParameters()` in the `ConstraintValidator` class were deprecated and will
be removed in Symfony 2.3. be removed in Symfony 2.3.
If you have implemented custom validators, you should use the If you have implemented custom validators, you should use the