File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
315313Custom Messages
316314~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments