Skip to content

Commit 286009f

Browse files
committed
magento/magento#22211 static-test-fix
1 parent efd7f01 commit 286009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ public function getItemById($itemId)
15031503
* Get item by quote item id
15041504
*
15051505
* @param mixed $quoteItemId
1506-
* @return \Magento\Framework\DataObject|null
1506+
* @return \Magento\Framework\DataObject|null
15071507
*/
15081508
public function getItemByQuoteItemId($quoteItemId)
15091509
{

0 commit comments

Comments
 (0)