mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed property types with missing null PhpDoc types
This commit is contained in:
@ -60,7 +60,7 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
public const TAG_DISPLAY_NAME = "Name";
|
||||
public const TAG_DISPLAY_LORE = "Lore";
|
||||
|
||||
/** @var LittleEndianNBTStream */
|
||||
/** @var LittleEndianNBTStream|null */
|
||||
private static $cachedParser = null;
|
||||
|
||||
private static function parseCompoundTag(string $tag) : CompoundTag{
|
||||
|
Reference in New Issue
Block a user