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 2b86d80 commit 6a3cbd9Copy full SHA for 6a3cbd9
components/console/helpers/progressbar.rst
@@ -45,8 +45,7 @@ you can also set the current progress by calling the
45
:method:`Symfony\\Component\\Console\\Helper\\ProgressBar::setProgress` method.
46
47
.. versionadded:: 2.6
48
- The ``setProgress()`` method was introduced in Symfony 2.6. Previously it was
49
- called ``setCurrent()``.
+ The ``setProgress()`` method was called ``setCurrent()`` prior to Symfony 2.6.
50
51
.. caution::
52
@@ -309,8 +308,7 @@ that displays the number of remaining steps::
309
308
);
310
311
312
- The ``getProgress()`` method was introduced in Symfony 2.6. Previously it was
313
- called ``getStep()``.
+ The ``getProgress()`` method was called ``getStep()`` prior to Symfony 2.6.
314
315
Custom Messages
316
~~~~~~~~~~~~~~~
0 commit comments