Fixed property types with missing null PhpDoc types

This commit is contained in:
Dylan K. Taylor
2020-02-05 20:55:03 +00:00
parent 495bfda044
commit 1a5228e7a6
11 changed files with 16 additions and 16 deletions

View File

@ -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{