Skip to content

Commit c1c06cc

Browse files
Fixed issue #25278:Incorrect @return type at getSourceModel in Eav\Attribute
1 parent 68d2137 commit c1c06cc

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
@@ -383,7 +383,7 @@ public function getApplyTo()
383383
/**
384384
* Retrieve source model
385385
*
386-
* @return \Magento\Eav\Model\Entity\Attribute\Source\AbstractSource
386+
* @return mixed|string|null
387387
*/
388388
public function getSourceModel()
389389
{

0 commit comments

Comments
 (0)