mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
fixed build
This commit is contained in:
@ -39,6 +39,7 @@ final class BandwidthStatsTracker{
|
||||
/** @var int */
|
||||
private $totalBytes = 0;
|
||||
|
||||
/** @phpstan-param positive-int $historySize */
|
||||
public function __construct(int $historySize){
|
||||
$this->history = array_fill(0, $historySize, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user