Skip to content

Commit a546e8f

Browse files
committed
Contract phpdoc fix
1 parent 3abae2e commit a546e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/Dto/BasketDtoInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function meta(): array;
2323
public function items(): array;
2424

2525
/**
26-
* @return Generator<array-key, ProductInterface, mixed, void>
26+
* @return Generator<ProductInterface>
2727
*/
2828
public function cursor(): Generator;
2929
}

0 commit comments

Comments
 (0)