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