Skip to content

Commit 663132c

Browse files
ENGCOM-6120: Fix phpdoc in ItemConverter.php #25100
- Merge Pull Request #25100 from bradleyfrye/magento2:patch-2 - Merged commits: 1. 05885bb 2. c6633b5
2 parents abbfa03 + c6633b5 commit 663132c

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 array
74+
* @return \Magento\Quote\Api\Data\TotalsItemInterface
7575
* @throws \Exception
7676
*/
7777
public function modelToDataObject($item)

0 commit comments

Comments
 (0)