mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 15:19:56 +00:00
Fix PHPStan
This commit is contained in:
parent
24bd403e23
commit
0fc24c94cd
@ -35,6 +35,7 @@ final class ItemIdentifierFlattened extends ItemIdentifier{
|
|||||||
/** @return int[] */
|
/** @return int[] */
|
||||||
public function getAdditionalIds() : array{ return $this->additionalIds; }
|
public function getAdditionalIds() : array{ return $this->additionalIds; }
|
||||||
|
|
||||||
|
/** @return int[] */
|
||||||
public function getAllIds() : array{
|
public function getAllIds() : array{
|
||||||
return [$this->getId(), ...$this->additionalIds];
|
return [$this->getId(), ...$this->additionalIds];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user