Skip to content

Commit 2458a71

Browse files
author
Oleh Posyniak
committed
MAGETWO-44686: [github] \Magento\Eav\Model\Config::getAttribute() method is declared with wrong PHPDoc return type #2092
1 parent cd08089 commit 2458a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ protected function _initAttributes($entityType)
418418
*
419419
* @param mixed $entityType
420420
* @param mixed $code
421-
* @return \Magento\Eav\Model\Entity\Attribute\AbstractAttribute|false
421+
* @return \Magento\Eav\Model\Entity\Attribute\AbstractAttribute
422422
* @throws \Magento\Framework\Exception\LocalizedException
423423
*/
424424
public function getAttribute($entityType, $code)

0 commit comments

Comments
 (0)