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.
1 parent 0e51b53 commit fd035a6Copy full SHA for fd035a6
app/code/Magento/GroupedProduct/Model/Product/Type/Grouped.php
@@ -328,8 +328,8 @@ public function save($product)
328
329
/**
330
* @param \Magento\Framework\Object $buyRequest
331
- * @param $product
332
- * @param $isStrictProcessMode
+ * @param \Magento\Catalog\Model\Product $product
+ * @param bool $isStrictProcessMode
333
* @return array|string
334
*/
335
protected function getProductInfo(\Magento\Framework\Object $buyRequest, $product, $isStrictProcessMode)
0 commit comments