From 028d3361ed200de61390b82a6f92cacd81e43f27 Mon Sep 17 00:00:00 2001 From: "maxime.steinhausser" Date: Mon, 5 Oct 2015 10:42:37 +0200 Subject: [PATCH] [UPGRADE-3.0] fix bullet indentation --- UPGRADE-3.0.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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