fix class name in upgrade

This commit is contained in:
Tobias Schultze 2012-07-18 07:53:58 +03:00
parent 242a388ea4
commit 5233984ec0
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@
### Validator
* 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.
If you have implemented custom validators, you should use the