merged branch Tobion/patch-1 (PR #4959)

Commits
-------

5233984 fix class name in upgrade

Discussion
----------

fix class name in upgrade
This commit is contained in:
Fabien Potencier 2012-07-18 07:57:22 +02:00
commit ddaa591f72
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