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
50
50
51
51
If your platform doesn't support ANSI codes, updates to the progress
52
52
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
56
56
to redraw every N iterations. By default, redraw frequency is
57
57
**100ms ** or **10% ** of your ``max ``.
58
58
You can’t perform that action at this time.
0 commit comments