Skip to content

Commit 35c5185

Browse files
committed
minorcomment tweak to prevent testLiveCode code sniff test from failing
1 parent 64184b3 commit 35c5185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ protected function _getOrigObject($object)
466466
* Checks also attribute's store scope:
467467
* We should insert on duplicate key update values if we unchecked 'STORE VIEW' checkbox in store view.
468468
*
469-
* @param AbstractAttribute $attribute
470-
* @param mixed $value New value of the attribute.
471-
* @param array &$origData
469+
* @param AbstractAttribute $attribute
470+
* @param mixed $value New value of the attribute.
471+
* @param array &$origData
472472
* @return bool
473473
*/
474474
protected function _canUpdateAttribute(AbstractAttribute $attribute, $value, array &$origData)

0 commit comments

Comments
 (0)