Skip to content

Commit

Permalink
Merge branch '2.4' into 2.5
Browse files Browse the repository at this point in the history
* 2.4:
  Fixing my bad merge conflict resolution
  • Loading branch information
weaverryan committed Aug 13, 2014
2 parents f40bb24 + 3ecfb85 commit d0ca865
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions reference/forms/types/number.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,9 @@ rounding_mode

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

* ``NumberToLocalizedStringTransformer::ROUND_DOWN`` Round towards zero.
=======
option is a constant on the :class:`Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\IntegerToLocalizedStringTransformer`:

* ``IntegerToLocalizedStringTransformer::ROUND_DOWN`` Rounding mode to
round towards zero.
>>>>>>> 2.3

* ``NumberToLocalizedStringTransformer::ROUND_FLOOR`` Round towards negative
infinity.
Expand Down

0 comments on commit d0ca865

Please sign in to comment.