diff --git a/src/item/ItemIdentifierFlattened.php b/src/item/ItemIdentifierFlattened.php index 0690ece14..fd732e9db 100644 --- a/src/item/ItemIdentifierFlattened.php +++ b/src/item/ItemIdentifierFlattened.php @@ -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]; }