[UPGRADE-3.0] fix bullet indentation

This commit is contained in:
maxime.steinhausser 2015-10-05 10:42:37 +02:00
parent 58bf830020
commit 028d3361ed
1 changed files with 9 additions and 8 deletions

View File

@ -272,6 +272,7 @@ 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`.