mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 19:50:18 +00:00
Fix PHPStan
This commit is contained in:
@@ -35,6 +35,7 @@ final class ItemIdentifierFlattened extends ItemIdentifier{
|
||||
/** @return int[] */
|
||||
public function getAdditionalIds() : array{ return $this->additionalIds; }
|
||||
|
||||
/** @return int[] */
|
||||
public function getAllIds() : array{
|
||||
return [$this->getId(), ...$this->additionalIds];
|
||||
}
|
||||
|
Reference in New Issue
Block a user