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

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