mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
added missing @var property types (reported by phpstan)
This commit is contained in:
@ -31,7 +31,9 @@ use pocketmine\Server;
|
||||
|
||||
class LightPopulationTask extends AsyncTask{
|
||||
|
||||
/** @var int */
|
||||
public $levelId;
|
||||
/** @var string */
|
||||
public $chunk;
|
||||
|
||||
public function __construct(Level $level, Chunk $chunk){
|
||||
|
Reference in New Issue
Block a user