Skip to content

Commit 6b55e57

Browse files
committed
Minor reword
1 parent 7d60d37 commit 6b55e57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/forms/types/money.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ model_type
8181

8282
**type**: ``string`` **default**: ``float``
8383

84-
If, for some reason, you need the value to be converted to an ``integer`` instead of a ``float``,
85-
you can set the option value to ``integer``.
84+
By default, the money value is converted to a ``float`` PHP type. If you need the
85+
value to be converted into an integer (e.g. because some library needs money
86+
values stored in cents as integers) set this option to ``integer``.
8687

8788
.. versionadded:: 7.1
8889

0 commit comments

Comments
 (0)