Skip to content

Commit 8c4bfa6

Browse files
committed
Removing & from param for _canUpdateAttribute as it's breaking static tests
1 parent 9ae33c8 commit 8c4bfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/AbstractResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ protected function _getOrigObject($object)
468468
*
469469
* @param AbstractAttribute $attribute
470470
* @param mixed $value New value of the attribute.
471-
* @param array &$origData
471+
* @param array $origData
472472
* @return bool
473473
*/
474474
protected function _canUpdateAttribute(AbstractAttribute $attribute, $value, array &$origData)

0 commit comments

Comments
 (0)