File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
reference/forms/types/options Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rounding_mode
55
66If a submitted number needs to be rounded (based on the `scale`_ option), you
77have several configurable options for that rounding. Each option is a constant
8- on the ``\ NumberFormatter` ` class:
8+ on the :phpclass:` NumberFormatter` class:
99
1010* ``\NumberFormatter::ROUND_DOWN`` Round towards zero. It
1111 rounds ``1.4`` to ``1`` and ``-1.4`` to ``-1``.
@@ -35,4 +35,4 @@ on the ``\NumberFormatter`` class:
3535
3636 In Symfony versions prior to 5.1, these constants were also defined as aliases
3737 in the :class:`Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer`
38- class, but they are now deprecated in favor of the ``\ NumberFormatter` ` constants.
38+ class, but they are now deprecated in favor of the :phpclass:` NumberFormatter` constants.
You can’t perform that action at this time.
0 commit comments