Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0ca865

Browse filesBrowse files
committed
Merge branch '2.4' into 2.5
* 2.4: Fixing my bad merge conflict resolution
2 parents f40bb24 + 3ecfb85 commit d0ca865
Copy full SHA for d0ca865

File tree

Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed

‎reference/forms/types/number.rst

Copy file name to clipboardExpand all lines: reference/forms/types/number.rst
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,9 @@ rounding_mode
4545

4646
If a submitted number needs to be rounded (based on the ``precision``
4747
option), you have several configurable options for that rounding. Each
48-
<<<<<<< HEAD
4948
option is a constant on the :class:`Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer`:
5049

5150
* ``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
5851

5952
* ``NumberToLocalizedStringTransformer::ROUND_FLOOR`` Round towards negative
6053
infinity.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.