We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050d916 commit 26f97cdCopy full SHA for 26f97cd
src/Client/Endpoint/ProductEndpoint.php
@@ -57,7 +57,7 @@ public function getByProductId(string $productId): Collection
57
}
58
59
/**
60
- * @return \Generator<array-key, Product>
+ * @return \Generator<Product>
61
*/
62
public function iterate(PageQuery $query = null): \Generator
63
{
0 commit comments