Skip to content

Commit 564ab99

Browse files
committed
Resolves PHPdoc issue in ticket #13992
1 parent b17b9c9 commit 564ab99

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Model/Order/Shipment

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function getOrderItem()
146146
* Declare qty
147147
*
148148
* @param float $qty
149-
* @return \Magento\Sales\Model\Order\Invoice\Item
149+
* @return \Magento\Sales\Model\Order\Shipment\Item
150150
* @throws \Magento\Framework\Exception\LocalizedException
151151
*/
152152
public function setQty($qty)

0 commit comments

Comments
 (0)