Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e08326d

Browse filesBrowse 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
Copy full SHA for e08326d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: reference/forms/types/options/group_by.rst.inc
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.