Item::jsonDeserialize(): remove bogus phpdoc (we don't actually know if this is even valid)

This commit is contained in:
Dylan K. Taylor
2022-06-27 14:30:12 +01:00
parent b61a934c9f
commit bedc9cf518
3 changed files with 17 additions and 15 deletions

View File

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