Skip to content

Commit 6a3cbd9

Browse files
committed
Changed the "new in Symfony 2.6" message for consistency
1 parent 2b86d80 commit 6a3cbd9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/console/helpers/progressbar.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ you can also set the current progress by calling the
4545
:method:`Symfony\\Component\\Console\\Helper\\ProgressBar::setProgress` method.
4646

4747
.. versionadded:: 2.6
48-
The ``setProgress()`` method was introduced in Symfony 2.6. Previously it was
49-
called ``setCurrent()``.
48+
The ``setProgress()`` method was called ``setCurrent()`` prior to Symfony 2.6.
5049

5150
.. caution::
5251

@@ -309,8 +308,7 @@ that displays the number of remaining steps::
309308
);
310309

311310
.. versionadded:: 2.6
312-
The ``getProgress()`` method was introduced in Symfony 2.6. Previously it was
313-
called ``getStep()``.
311+
The ``getProgress()`` method was called ``getStep()`` prior to Symfony 2.6.
314312

315313
Custom Messages
316314
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)