Skip to content

Commit db758d3

Browse files
ENGCOM-1058: Resolves PHPdoc issue in ticket #13992 #14303
- Merge Pull Request #14303 from cream-julian/magento2:2.2-Incorrect-phpdoc - Merged commits: 1. 564ab99
2 parents 6030506 + 564ab99 commit db758d3

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)