8000 minor #16118 [UPGRADE-3.0] fix bullet indentation (ogizanagi) · symfony/symfony@2455b69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2455b69

Browse files
committed
minor #16118 [UPGRADE-3.0] fix bullet indentation (ogizanagi)
This PR was merged into the 2.3 branch. Discussion ---------- [UPGRADE-3.0] fix bullet indentation | Q | A | ------------- | --- | Fixed tickets | - | License | MIT Those points aren't related to the previous one. Commits ------- 028d336 [UPGRADE-3.0] fix bullet indentation
2 parents 58bf830 + 028d336 commit 2455b69

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

UPGRADE-3.0.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,17 +272,18 @@ UPGRADE FROM 2.x to 3.0
272272
```php
273273
echo $form->getErrors(true, false);
274274
```
275-
* The `Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList` class has been removed in
276-
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
277275

278-
* The `Symfony\Component\Form\Extension\Core\ChoiceList\LazyChoiceList` class has been removed in
279-
favor of `Symfony\Component\Form\ChoiceList\LazyChoiceList`.
276+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList` class has been removed in
277+
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
280278

281-
* The `Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList` class has been removed in
282-
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
279+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\LazyChoiceList` class has been removed in
280+
favor of `Symfony\Component\Form\ChoiceList\LazyChoiceList`.
283281

284-
* The `Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList` class has been removed in
285-
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
282+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList` class has been removed in
283+
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
284+
285+
* The `Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList` class has been removed in
286+
favor of `Symfony\Component\Form\ChoiceList\ArrayChoiceList`.
286287

287288
### FrameworkBundle
288289

0 commit comments

Comments
 (0)
0