Skip to content

Commit e08326d

Browse files
committed
minor #11516 remove invalid array type (xabbuh)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #11516). Discussion ---------- remove invalid array type This is not true before Symfony 4.3 (spotted while looking into how to document symfony/symfony#30429). Commits ------- 4be9672 remove invalid array type
2 parents 56e30d2 + 4be9672 commit e08326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/group_by.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group_by
22
~~~~~~~~
33

4-
**type**: ``array``, ``callable`` or ``string`` **default**: ``null``
4+
**type**: ``string`` or ``callable`` **default**: ``null``
55

66
You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
77
by passing a multi-dimensional array to ``choices``. See the

0 commit comments

Comments
 (0)