Skip to content

Commit a54cebd

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3d11707 commit a54cebd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ProgressBar.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
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;
16+
1317
protected float $maxSecondsBetweenRedraws = 1;
1418

1519
public function __construct(protected int $maxSteps, protected Client $client)

0 commit comments

Comments
 (0)