Skip to content

Commit e859bfc

Browse files
author
Yu Tang
committed
MAGETWO-28254: ConfigurableProduct Integration API
- Fixed static test failure
1 parent a58abef commit e859bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Model/Plugin/AroundProductRepositorySave.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ protected function saveConfigurableProductOptions(
119119

120120
/**
121121
* @param \Magento\Catalog\Api\Data\ProductInterface $product
122-
* @param $links
122+
* @param int[] $links
123123
* @return $this
124124
*/
125125
protected function saveConfigurableProductLinks(
126126
\Magento\Catalog\Api\Data\ProductInterface $product,
127-
$links
127+
array $links
128128
) {
129129
$this->typeConfigurableFactory->create()->saveProducts($product, $links);
130130
return $this;

0 commit comments

Comments
 (0)