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 a58abef commit e859bfcCopy full SHA for e859bfc
app/code/Magento/ConfigurableProduct/Model/Plugin/AroundProductRepositorySave.php
@@ -119,12 +119,12 @@ protected function saveConfigurableProductOptions(
119
120
/**
121
* @param \Magento\Catalog\Api\Data\ProductInterface $product
122
- * @param $links
+ * @param int[] $links
123
* @return $this
124
*/
125
protected function saveConfigurableProductLinks(
126
\Magento\Catalog\Api\Data\ProductInterface $product,
127
- $links
+ array $links
128
) {
129
$this->typeConfigurableFactory->create()->saveProducts($product, $links);
130
return $this;
0 commit comments