Skip to content

Commit 4698477

Browse files
committed
MC-16108: EAV attribute is not cached
- Add exception to phpdoc;
1 parent 80dd206 commit 4698477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/Entity/AbstractEntity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ protected function _getConfig()
412412
*
413413
* @param string|int|Element $attribute
414414
* @return AbstractAttribute|false
415+
* @throws LocalizedException
415416
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
416417
*/
417418
public function getAttribute($attribute)

0 commit comments

Comments
 (0)