Skip to content

Commit

Permalink
Add the versionadded directive
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 12, 2024
1 parent 7bea472 commit bf5dd10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/console/helpers/formatterhelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ precision (default ``1``) of the result::
Helper::formatTime(172799, 4); // 1 d, 23 h, 59 min, 59 s
Helper::formatTime(172799.056, 5); // 1 d, 23 h, 59 min, 59 s, 56 ms

.. versionadded:: 7.3

Support for formatting up to milliseconds was introduced in Symfony 7.3.

Formatting Memory
-----------------

Expand Down

0 comments on commit bf5dd10

Please sign in to comment.