Skip to content

Commit bf5dd10

Browse files
committed
Add the versionadded directive
1 parent 7bea472 commit bf5dd10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/console/helpers/formatterhelper.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ precision (default ``1``) of the result::
136136
Helper::formatTime(172799, 4); // 1 d, 23 h, 59 min, 59 s
137137
Helper::formatTime(172799.056, 5); // 1 d, 23 h, 59 min, 59 s, 56 ms
138138

139+
.. versionadded:: 7.3
140+
141+
Support for formatting up to milliseconds was introduced in Symfony 7.3.
142+
139143
Formatting Memory
140144
-----------------
141145

0 commit comments

Comments
 (0)