File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,17 @@ UPGRADE FROM 2.x to 3.0
272
272
``` php
273
273
echo $form->getErrors(true, false);
274
274
```
275
+ * The ` Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList ` class has been removed in
276
+ favor of ` Symfony\Component\Form\ChoiceList\ArrayChoiceList ` .
277
+
278
+ * The ` Symfony\Component\Form\Extension\Core\ChoiceList\LazyChoiceList ` class has been removed in
279
+ favor of ` Symfony\Component\Form\ChoiceList\LazyChoiceList ` .
280
+
281
+ * The ` Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList ` class has been removed in
282
+ favor of ` Symfony\Component\Form\ChoiceList\ArrayChoiceList ` .
283
+
284
+ * The ` Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList ` class has been removed in
285
+ favor of ` Symfony\Component\Form\ChoiceList\ArrayChoiceList ` .
275
286
276
287
### FrameworkBundle
277
288
You can’t perform that action at this time.
0 commit comments