Skip to content

Commit 8f1413e

Browse files
ENGCOM-6194: Fixed issue #25278:Incorrect @return type at getSourceModel in… #25333
2 parents b32567b + 5f17809 commit 8f1413e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Eav/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function getApplyTo()
395395
/**
396396
* Retrieve source model
397397
*
398-
* @return \Magento\Eav\Model\Entity\Attribute\Source\AbstractSource
398+
* @return \Magento\Eav\Model\Entity\Attribute\Source\AbstractSource|string|null
399399
*/
400400
public function getSourceModel()
401401
{

0 commit comments

Comments
 (0)