mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
ItemStack: fixed phpstan failure
This commit is contained in:
parent
2bcb398db9
commit
e573226025
@ -115,6 +115,7 @@ final class ItemStack implements \JsonSerializable{
|
||||
);
|
||||
}
|
||||
|
||||
/** @return mixed[] */
|
||||
public function jsonSerialize() : array{
|
||||
$result = [
|
||||
"id" => $this->id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user