Skip to content

Commit c822d38

Browse files
committed
minor symfony#10998 fix type of the grouping option (xabbuh)
This PR was merged into the master branch. Discussion ---------- fix type of the grouping option Commits ------- af02800 fix type of the grouping option
2 parents c03e4c0 + af02800 commit c822d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4-
**type**: ``integer`` **default**: ``false``
4+
**type**: ``boolean`` **default**: ``false``
55

66
This value is used internally as the ``NumberFormatter::GROUPING_USED``
77
value when using PHP's ``NumberFormatter`` class. Its documentation is

0 commit comments

Comments
 (0)