From 5233984ec0d2615043c4bf86d5ce09d48709e04d Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Wed, 18 Jul 2012 07:53:58 +0300 Subject: [PATCH] fix class name in upgrade --- UPGRADE-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index b949f534f4..480b5ae64d 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -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