Skip to content

Commit cf6a369

Browse files
committed
Merge branch 'main' of github.com:NativePHP/laravel
2 parents 5431417 + 0a9c77c commit cf6a369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ProgressBar.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
class ProgressBar
88
{
99
protected float $percent = 0;
10+
1011
protected int $step = 0;
12+
1113
protected float $lastWriteTime = 0;
14+
1215
protected float $minSecondsBetweenRedraws = 0.1;
1316

1417
public function __construct(protected int $maxSteps, protected Client $client)
@@ -80,5 +83,4 @@ public function display()
8083
'percent' => $this->percent,
8184
]);
8285
}
83-
8486
}

0 commit comments

Comments
 (0)