Skip to content

Commit ff3a1ba

Browse files
committed
Removed the versionadded directives
1 parent 4db7bab commit ff3a1ba

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/console/helpers/progressbar.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ 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::
60-
61-
The ``preventRedrawFasterThan()`` method was introduced in Symfony 4.4.
62-
6359
If you don't know the exact number of steps in advance, set it to a reasonable
6460
value and then call the ``setMaxSteps()`` method to update it as needed::
6561

@@ -312,11 +308,6 @@ to display it can be customized::
312308
$progressBar->advance();
313309
}
314310

315-
.. versionadded::
316-
317-
The ``forceRedrawSlowerThan`` and ``preventRedrawFasterThan()`` methods
318-
were introduced in Symfony 4.4.
319-
320311
Custom Placeholders
321312
~~~~~~~~~~~~~~~~~~~
322313

0 commit comments

Comments
 (0)