Skip to content

Commit aea0435

Browse files
committed
Fixed some RST syntax issues
1 parent a8ba53a commit aea0435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/helpers/progressbar.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ you can also set the current progress by calling the
5656
(it writes to the output every N iterations). By default, redraw frequency is
5757
**100ms** or **10%** of your ``max``.
5858

59-
.. versionadded::
59+
.. versionadded:: 4.4
6060

6161
The ``preventRedrawFasterThan()`` method was introduced in Symfony 4.4.
6262

@@ -316,7 +316,7 @@ to display it can be customized::
316316
$progressBar->advance();
317317
}
318318

319-
.. versionadded::
319+
.. versionadded:: 4.4
320320

321321
The ``forceRedrawSlowerThan`` and ``preventRedrawFasterThan()`` methods
322322
were introduced in Symfony 4.4.

0 commit comments

Comments
 (0)