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 64184b3 commit 35c5185Copy full SHA for 35c5185
app/code/Magento/Catalog/Model/ResourceModel/AbstractResource.php
100644
100755
@@ -466,9 +466,9 @@ protected function _getOrigObject($object)
466
* Checks also attribute's store scope:
467
* We should insert on duplicate key update values if we unchecked 'STORE VIEW' checkbox in store view.
468
*
469
- * @param AbstractAttribute $attribute
470
- * @param mixed $value New value of the attribute.
471
- * @param array &$origData
+ * @param AbstractAttribute $attribute
+ * @param mixed $value New value of the attribute.
+ * @param array &$origData
472
* @return bool
473
*/
474
protected function _canUpdateAttribute(AbstractAttribute $attribute, $value, array &$origData)
0 commit comments