File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ConfigurableProduct/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ public function validateNewOptionData(\Magento\ConfigurableProduct\Api\Data\Opti
220
220
}
221
221
222
222
/**
223
- * @param $sku
223
+ * @param string $sku
224
224
* @param \Magento\ConfigurableProduct\Api\Data\OptionInterface $option
225
225
* @param \Magento\ConfigurableProduct\Model\Product\Type\Configurable\Attribute $configurableAttribute
226
226
* @throws CouldNotSaveException
@@ -262,7 +262,7 @@ private function saveExistingOption(
262
262
}
263
263
264
264
/**
265
- * @param $sku
265
+ * @param string $sku
266
266
* @param \Magento\ConfigurableProduct\Api\Data\OptionInterface $option
267
267
* @param \Magento\ConfigurableProduct\Model\Product\Type\Configurable\Attribute $configurableAttribute
268
268
* @return void
You can’t perform that action at this time.
0 commit comments