We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abae2e commit a546e8fCopy full SHA for a546e8f
src/Internal/Dto/BasketDtoInterface.php
@@ -23,7 +23,7 @@ public function meta(): array;
23
public function items(): array;
24
25
/**
26
- * @return Generator<array-key, ProductInterface, mixed, void>
+ * @return Generator<ProductInterface>
27
*/
28
public function cursor(): Generator;
29
}
0 commit comments