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:
@ -32,6 +32,7 @@ class ForestBiome extends GrassyBiome{
|
||||
public const TYPE_NORMAL = 0;
|
||||
public const TYPE_BIRCH = 1;
|
||||
|
||||
/** @var int */
|
||||
public $type;
|
||||
|
||||
public function __construct(int $type = self::TYPE_NORMAL){
|
||||
|
Reference in New Issue
Block a user