mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
added missing @var property types (reported by phpstan)
This commit is contained in:
@ -30,7 +30,9 @@ use pocketmine\Server;
|
||||
|
||||
class CompressBatchedTask extends AsyncTask{
|
||||
|
||||
/** @var int */
|
||||
public $level = 7;
|
||||
/** @var string */
|
||||
public $data;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user