mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Fix PHPStan
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user