File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,6 @@ you can also set the current progress by calling the
56
56
(it writes to the output every N iterations). By default, redraw frequency is
57
57
**100ms ** or **10% ** of your ``max ``.
58
58
59
- .. versionadded ::
60
-
61
- The ``preventRedrawFasterThan() `` method was introduced in Symfony 4.4.
62
-
63
59
If you don't know the exact number of steps in advance, set it to a reasonable
64
60
value and then call the ``setMaxSteps() `` method to update it as needed::
65
61
@@ -312,11 +308,6 @@ to display it can be customized::
312
308
$progressBar->advance();
313
309
}
314
310
315
- .. versionadded ::
316
-
317
- The ``forceRedrawSlowerThan `` and ``preventRedrawFasterThan() `` methods
318
- were introduced in Symfony 4.4.
319
-
320
311
Custom Placeholders
321
312
~~~~~~~~~~~~~~~~~~~
322
313
You can’t perform that action at this time.
0 commit comments