File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ you should just use the ``choice`` type directly.
1818+-------------+------------------------------------------------------------------------+
1919| Rendered as | can be various tags (see :ref: `forms-reference-choice-tags `) |
2020+-------------+------------------------------------------------------------------------+
21- | Overridden | - `choice_list `_ |
21+ | Overridden | - `choices `_ |
2222| Options | |
2323+-------------+------------------------------------------------------------------------+
2424| Inherited | from the :doc: `choice </reference/forms/types/choice >` type |
@@ -49,12 +49,12 @@ you should just use the ``choice`` type directly.
4949Overridden Options
5050------------------
5151
52- choice_list
53- ~~~~~~~~~~~
52+ choices
53+ ~~~~~~~
5454
5555**default **: :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ ChoiceList\\ TimezoneChoiceList `
5656
57- The Timezone type defaults the choice_list to all timezones returned by
57+ The Timezone type defaults the choices to all timezones returned by
5858:phpmethod: `DateTimeZone::listIdentifiers `, broken down by continent.
5959
6060Inherited Options
You can’t perform that action at this time.
0 commit comments