mirror of
https://github.com/danog/Merger.git
synced 2024-11-30 04:19:10 +01:00
More fixes
This commit is contained in:
parent
4d4de73f41
commit
5af2b85353
@ -77,7 +77,7 @@ class Stats
|
||||
Loop::repeat(1000, (function () {
|
||||
foreach ($this->speeds as $elem) {
|
||||
$elem->pop();
|
||||
$elem->unshift(0);
|
||||
$elem->unshift(1);
|
||||
}
|
||||
})->bindTo($this, get_class($this)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user