File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Field Options
57
57
58
58
**type **: ``integer `` **default **: ``\NumberFormatter::ROUND_HALFUP ``
59
59
60
- By default, if the users enters a non-integer number, it will be rounded
60
+ By default, if the user enters a non-integer number, it will be rounded
61
61
down. You have several configurable options for that rounding. Each option
62
62
is a constant on the :phpclass: `NumberFormatter ` class:
63
63
@@ -88,10 +88,9 @@ is a constant on the :phpclass:`NumberFormatter` class:
88
88
.. deprecated :: 5.1
89
89
90
90
In Symfony versions prior to 5.1, these constants were also defined as aliases
91
- in the :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ DataTransformer\\ IntegerToLocalizedStringTransformer `
91
+ in the :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ DataTransformer\\ NumberToLocalizedStringTransformer `
92
92
class, but they are now deprecated in favor of the :phpclass: `NumberFormatter ` constants.
93
93
94
-
95
94
Overridden Options
96
95
------------------
97
96
You can’t perform that action at this time.
0 commit comments