File tree 1 file changed +2
-4
lines changed
components/console/helpers
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
45
45
:method: `Symfony\\ Component\\ Console\\ Helper\\ ProgressBar::setProgress ` method.
46
46
47
47
.. 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.
50
49
51
50
.. caution ::
52
51
@@ -309,8 +308,7 @@ that displays the number of remaining steps::
309
308
);
310
309
311
310
.. 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.
314
312
315
313
Custom Messages
316
314
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments