10000 fix return type with multiple in form · symfony/symfony-docs@08572c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08572c4

Browse files
committed
fix return type with multiple in form
1 parent 430f4ef commit 08572c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
If true, the user will be able to select multiple options (as opposed
77
to choosing just one option). Depending on the value of the ``expanded``
88
option, this will render either a select tag or checkboxes if true and
9-
a select tag or radio buttons if false. The returned value will be an array.
9+
a select tag or radio buttons if false. The returned value will be a
10+
Doctrine's Array Collection.

0 commit comments

Comments
 (0)
0