ItemStack: fixed phpstan failure

This commit is contained in:
Dylan K. Taylor 2020-11-09 19:10:02 +00:00
parent 2bcb398db9
commit e573226025

View File

@ -115,6 +115,7 @@ final class ItemStack implements \JsonSerializable{
);
}
/** @return mixed[] */
public function jsonSerialize() : array{
$result = [
"id" => $this->id,