Skip to content

Commit 4bc5c6f

Browse files
authored
Update AbstractResource.php
1 parent 2b27bc0 commit 4bc5c6f

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
@@ -485,7 +485,7 @@ protected function _canUpdateAttribute(AbstractAttribute $attribute, $value, arr
485485
* Retrieve attribute's raw value from DB.
486486
*
487487
* @param int $entityId
488-
* @param int|string|array $attribute atrribute's ids or codes
488+
* @param int|string|array $attribute attribute's ids or codes
489489
* @param int|\Magento\Store\Model\Store $store
490490
* @return bool|string|array
491491
* @SuppressWarnings(PHPMD.CyclomaticComplexity)

0 commit comments

Comments
 (0)