File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ you can also set the current progress by calling the
5050
5151 If your platform doesn't support ANSI codes, updates to the progress
5252 bar are added as new lines. To prevent the output from being flooded,
53- use the method :method: `Symfony\\ Component\\ Console\\ Helper\\ ProgressBar::minSecondsBetweenRedraws `
54- to limit the number of redraws and the method
55- :method: `Symfony\\ Component\\ Console\\ Helper\\ ProgressBar::setRedrawFrequency `
53+ use the :method: `Symfony\\ Component\\ Console\\ Helper\\ ProgressBar::minSecondsBetweenRedraws `
54+ method to limit the number of redraws and the
55+ :method: `Symfony\\ Component\\ Console\\ Helper\\ ProgressBar::setRedrawFrequency ` method
5656 to redraw every N iterations. By default, redraw frequency is
5757 **100ms ** or **10% ** of your ``max ``.
5858
You can’t perform that action at this time.
0 commit comments