Skip to content

Commit 26f97cd

Browse files
committed
Fix phpdoc for \Generator
1 parent 050d916 commit 26f97cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/Endpoint/ProductEndpoint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getByProductId(string $productId): Collection
5757
}
5858

5959
/**
60-
* @return \Generator<array-key, Product>
60+
* @return \Generator<Product>
6161
*/
6262
public function iterate(PageQuery $query = null): \Generator
6363
{

0 commit comments

Comments
 (0)