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 3d11707 commit a54cebdCopy full SHA for a54cebd
src/ProgressBar.php
@@ -7,9 +7,13 @@
7
class ProgressBar
8
{
9
protected float $percent = 0;
10
+
11
protected int $step = 0;
12
13
protected float $lastWriteTime = 0;
14
15
protected float $minSecondsBetweenRedraws = 0.1;
16
17
protected float $maxSecondsBetweenRedraws = 1;
18
19
public function __construct(protected int $maxSteps, protected Client $client)
0 commit comments