mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +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{
|
public function jsonSerialize() : array{
|
||||||
$result = [
|
$result = [
|
||||||
"id" => $this->id,
|
"id" => $this->id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user