mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
added missing type doc to ListTag
This commit is contained in:
@ -29,6 +29,7 @@ use pocketmine\nbt\NBT;
|
||||
|
||||
class ListTag extends NamedTag implements \ArrayAccess, \Countable{
|
||||
|
||||
/** @var int */
|
||||
private $tagType;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user