Skip to content

Commit c6633b5

Browse files
authored
Change return type to use API interface
1 parent 05885bb commit c6633b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct(
7171
* Converts a specified rate model to a shipping method data object.
7272
*
7373
* @param \Magento\Quote\Model\Quote\Item $item
74-
* @return \Magento\Quote\Model\Cart\Totals\Item
74+
* @return \Magento\Quote\Api\Data\TotalsItemInterface
7575
* @throws \Exception
7676
*/
7777
public function modelToDataObject($item)

0 commit comments

Comments
 (0)