We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e93d9 commit f7075dcCopy full SHA for f7075dc
reference/forms/types/options/rounding_mode.rst.inc
@@ -2,13 +2,13 @@ rounding_mode
2
~~~~~~~~~~~~~
3
4
**type**: ``integer`` **default**: ``\NumberFormatter::ROUND_DOWN`` for ``IntegerType``
5
-and ``\NumberFormatter::ROUND_HALF_UP`` for ``MoneyType`` and ``NumberType``
+and ``\NumberFormatter::ROUND_HALFUP`` for ``MoneyType`` and ``NumberType``
6
7
* IntegerType
8
**default**: ``\NumberFormatter::ROUND_DOWN``
9
10
* MoneyType and NumberType
11
-**default**: ``\NumberFormatter::ROUND_HALF_UP``
+**default**: ``\NumberFormatter::ROUND_HALFUP``
12
13
14
If a submitted number needs to be rounded (based on the `scale`_ option), you
0 commit comments