We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b6f75 commit 6497e9aCopy full SHA for 6497e9a
src/ProgressBar.php
@@ -10,7 +10,7 @@ class ProgressBar
10
protected int $step = 0;
11
protected float $lastWriteTime = 0;
12
protected float $minSecondsBetweenRedraws = 0.1;
13
- protected float $maxSecondsBetweenRedraws = 1; // Add the missing property
+ protected float $maxSecondsBetweenRedraws = 1;
14
15
public function __construct(protected int $maxSteps, protected Client $client)
16
{
0 commit comments