mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
ItemStack: fixed phpstan failure
This commit is contained in:
@ -115,6 +115,7 @@ final class ItemStack implements \JsonSerializable{
|
||||
);
|
||||
}
|
||||
|
||||
/** @return mixed[] */
|
||||
public function jsonSerialize() : array{
|
||||
$result = [
|
||||
"id" => $this->id,
|
||||
|
Reference in New Issue
Block a user