Fixed bad PhpDoc leftovers from NBT streams refactor

This commit is contained in:
Dylan K. Taylor 2018-01-04 20:32:06 +00:00
parent f963dbd10d
commit 90fc649441
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class Item implements ItemIds, \JsonSerializable{
public const TAG_DISPLAY_LORE = "Lore";
/** @var NBT */
/** @var LittleEndianNBTStream */
private static $cachedParser = null;
private static function parseCompoundTag(string $tag) : CompoundTag{

View File

@ -33,7 +33,7 @@ use pocketmine\Player;
abstract class Spawnable extends Tile{
/** @var string|null */
private $spawnCompoundCache = null;
/** @var NBT|null */
/** @var NetworkLittleEndianNBTStream|null */
private static $nbtWriter = null;
public function createSpawnPacket() : BlockEntityDataPacket{