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
5
5
6
6
If a submitted number needs to be rounded (based on the `scale`_ option), you
7
7
have several configurable options for that rounding. Each option is a constant
8
- on the ``\ NumberFormatter` ` class:
8
+ on the :phpclass:` NumberFormatter` class:
9
9
10
10
* ``\NumberFormatter::ROUND_DOWN`` Round towards zero. It
11
11
rounds ``1.4`` to ``1`` and ``-1.4`` to ``-1``.
@@ -35,4 +35,4 @@ on the ``\NumberFormatter`` class:
35
35
36
36
In Symfony versions prior to 5.1, these constants were also defined as aliases
37
37
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