Skip to content

Commit

Permalink
Fixed issue #25278:Incorrect @return type at getSourceModel in Eav\At…
Browse files Browse the repository at this point in the history
…tribute
  • Loading branch information
michael-elogic committed Oct 28, 2019
1 parent 68d2137 commit c1c06cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public function getApplyTo()
/**
* Retrieve source model
*
* @return \Magento\Eav\Model\Entity\Attribute\Source\AbstractSource
* @return mixed|string|null
*/
public function getSourceModel()
{
Expand Down

0 comments on commit c1c06cc

Please sign in to comment.