Skip to content

Commit e9fa0a8

Browse files
author
Shawn Abramson
committed
Added in missing method short descriptions in GroupedItemQtyInterface and CartItemProcessor
1 parent 8d2c280 commit e9fa0a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/GroupedProduct/Api/Data/GroupedItemQtyInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function setQty($qty);
4545
public function getQty();
4646

4747
/**
48+
* Set extension attributes
49+
*
4850
* @param \Magento\GroupedProduct\Api\Data\GroupedItemQtyExtensionInterface $extensionAttributes
4951
*
5052
* @return $this
@@ -54,6 +56,8 @@ public function setExtensionAttributes(
5456
);
5557

5658
/**
59+
* Get extension attributes
60+
*
5761
* @return \Magento\GroupedProduct\Api\Data\GroupedItemQtyExtensionInterface|null
5862
*/
5963
public function getExtensionAttributes();

app/code/Magento/GroupedProduct/Model/Quote/Item/CartItemProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function __construct(ObjectFactory $objectFactory)
3434
}
3535

3636
/**
37-
*
3837
* Converts the super_group request data into the same format as native frontend add-to-cart
3938
*
4039
* @param CartItemInterface $cartItem

0 commit comments

Comments
 (0)