Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a3cbd9

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎components/console/helpers/progressbar.rst

Copy file name to clipboardExpand all lines: components/console/helpers/progressbar.rst
+2-4Lines changed: 2 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.