Skip to content

Commit 5ca8c01

Browse files
swissspidyCopilot
andauthored
Update examples/progress-step-format.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0d8644d commit 5ca8c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/progress-step-format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
100,
5454
'{:msg} {:current}/{:total} ['
5555
);
56-
for ($i = 0; $i <= 1000; $i += 50) {
56+
for ($i = 0; $i < 1000; $i += 50) {
5757
$progress->tick(50);
5858
usleep(20000);
5959
}

0 commit comments

Comments
 (0)