We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ba53a commit aea0435Copy full SHA for aea0435
components/console/helpers/progressbar.rst
@@ -56,7 +56,7 @@ you can also set the current progress by calling the
56
(it writes to the output every N iterations). By default, redraw frequency is
57
**100ms** or **10%** of your ``max``.
58
59
- .. versionadded::
+ .. versionadded:: 4.4
60
61
The ``preventRedrawFasterThan()`` method was introduced in Symfony 4.4.
62
@@ -316,7 +316,7 @@ to display it can be customized::
316
$progressBar->advance();
317
}
318
319
320
321
The ``forceRedrawSlowerThan`` and ``preventRedrawFasterThan()`` methods
322
were introduced in Symfony 4.4.
0 commit comments