Skip to content

Commit

Permalink
Fix phpdoc for \Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 27, 2024
1 parent 050d916 commit 26f97cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Endpoint/ProductEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getByProductId(string $productId): Collection
}

/**
* @return \Generator<array-key, Product>
* @return \Generator<Product>
*/
public function iterate(PageQuery $query = null): \Generator
{
Expand Down

0 comments on commit 26f97cd

Please sign in to comment.