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