Skip to content

Commit 5f17809

Browse files
ENGCOM-6194: Fixed issue #25278:Incorrect @return type at getSourceModel in… #25333
- Merge Pull Request #25333 from mkalakailo/magento2:#25278 - Merged commits: 1. c1c06cc 2. eb43ee7 3. 8f30b1e
2 parents 199d7c2 + 8f30b1e commit 5f17809

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)