diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index c819bc8987..4ec8065a98 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -272,17 +272,18 @@ UPGRADE FROM 2.x to 3.0 ```php echo $form->getErrors(true, false); ``` - * The `Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList` class has been removed in - favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`. - * The `Symfony\Component\Form\Extension\Core\ChoiceList\LazyChoiceList` class has been removed in - favor of `Symfony\Component\Form\ChoiceList\LazyChoiceList`. + * The `Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList` class has been removed in + favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`. - * The `Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList` class has been removed in - favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`. + * The `Symfony\Component\Form\Extension\Core\ChoiceList\LazyChoiceList` class has been removed in + favor of `Symfony\Component\Form\ChoiceList\LazyChoiceList`. - * The `Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList` class has been removed in - favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`. + * The `Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList` class has been removed in + favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`. + + * The `Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList` class has been removed in + favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`. ### FrameworkBundle