8000 Improved the explanation about the "compoun" option · symfony/symfony-docs@0a5781b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a5781b

Browse files
committed
Improved the explanation about the "compoun" option
1 parent eb20dc8 commit 0a5781b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ compound
33

44
**type**: ``boolean`` **default**: ``false``
55

6-
This option specifies if the type is compound. This is independent of whether
7-
the type actually has children. A type can be compound but not have any
8-
children at all.
6+
This option specifies whether the type contains child types or not. This option
7+
is managed internally for built-in types, so there is no need to configure
8+
it explicitly.

0 commit comments

Comments
 (0)
0