Skip to content

Commit c7af21f

Browse files
HP-2824: fixed template for PriceTypeCollection
1 parent ba64371 commit c7af21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/product/Domain/Model/Price/PriceTypeCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Traversable;
1111

1212
/**
13-
* @template-implements IteratorAggregate<int, string>
13+
* @template-implements IteratorAggregate<int, PriceTypeInterface>
1414
*/
1515
class PriceTypeCollection implements IteratorAggregate, Countable
1616
{

0 commit comments

Comments
 (0)