Skip to content

Commit 6497e9a

Browse files
authored
Update ProgressBar.php
1 parent 25b6f75 commit 6497e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProgressBar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ProgressBar
1010
protected int $step = 0;
1111
protected float $lastWriteTime = 0;
1212
protected float $minSecondsBetweenRedraws = 0.1;
13-
protected float $maxSecondsBetweenRedraws = 1; // Add the missing property
13+
protected float $maxSecondsBetweenRedraws = 1;
1414

1515
public function __construct(protected int $maxSteps, protected Client $client)
1616
{

0 commit comments

Comments
 (0)