We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a099cb + ab64a2c commit 09c3119Copy full SHA for 09c3119
app/code/Magento/Sales/Model/Order/Shipment/Item.php
@@ -146,8 +146,7 @@ public function getOrderItem()
146
* Declare qty
147
*
148
* @param float $qty
149
- * @return \Magento\Sales\Model\Order\Invoice\Item
150
- * @throws \Magento\Framework\Exception\LocalizedException
+ * @return $this
151
*/
152
public function setQty($qty)
153
{
@@ -159,7 +158,6 @@ public function setQty($qty)
159
158
* Applying qty to order item
160
161
* @return $this
162
163
164
public function register()
165
0 commit comments