mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 15:36:08 +00:00
Item::jsonDeserialize(): remove bogus phpdoc (we don't actually know if this is even valid)
This commit is contained in:
@@ -605,14 +605,6 @@ class Item implements \JsonSerializable{
|
||||
/**
|
||||
* Returns an Item from properties created in an array by {@link Item#jsonSerialize}
|
||||
* @param mixed[] $data
|
||||
* @phpstan-param array{
|
||||
* id: int,
|
||||
* damage?: int,
|
||||
* count?: int,
|
||||
* nbt?: string,
|
||||
* nbt_hex?: string,
|
||||
* nbt_b64?: string
|
||||
* } $data
|
||||
*
|
||||
* @throws NbtDataException
|
||||
* @throws \InvalidArgumentException
|
||||
|
Reference in New Issue
Block a user