From f4a785bfb33a375e232bdb0fb6971661f03dffc7 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Wed, 12 Aug 2015 19:27:52 +0200 Subject: [PATCH] fixed a namespace in the upgrade file --- UPGRADE-2.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.7.md b/UPGRADE-2.7.md index 8fd61b41fd..0abc3ae85f 100644 --- a/UPGRADE-2.7.md +++ b/UPGRADE-2.7.md @@ -168,7 +168,7 @@ Form } ``` - * `Symfony\Component\Form\Extension\Core\ChoiceList\View\ChoiceView` was + * `Symfony\Component\Form\Extension\Core\View\ChoiceView` was deprecated and will be removed in Symfony 3.0. You should use `Symfony\Component\Form\ChoiceList\View\ChoiceView` instead. The constructor arguments of the new class are in the same order than in the