8000
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.
2 parents f40bb24 + 3ecfb85 commit d0ca865Copy full SHA for d0ca865
reference/forms/types/number.rst
@@ -45,16 +45,9 @@ rounding_mode
45
46
If a submitted number needs to be rounded (based on the ``precision``
47
option), you have several configurable options for that rounding. Each
48
-<<<<<<< HEAD
49
option is a constant on the :class:`Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer`:
50
51
* ``NumberToLocalizedStringTransformer::ROUND_DOWN`` Round towards zero.
52
-=======
53
-option is a constant on the :class:`Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\IntegerToLocalizedStringTransformer`:
54
-
55
-* ``IntegerToLocalizedStringTransformer::ROUND_DOWN`` Rounding mode to
56
- round towards zero.
57
->>>>>>> 2.3
58
59
* ``NumberToLocalizedStringTransformer::ROUND_FLOOR`` Round towards negative
60
infinity.
0 commit comments