Skip to content

Commit

Permalink
ENGCOM-6194: Fixed issue #25278:Incorrect @return type at getSourceMo…
Browse files Browse the repository at this point in the history
…del in… #25333
  • Loading branch information
VladimirZaets committed Jan 14, 2020
2 parents b32567b + 5f17809 commit 8f1413e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public function getApplyTo()
/**
* Retrieve source model
*
* @return \Magento\Eav\Model\Entity\Attribute\Source\AbstractSource
* @return \Magento\Eav\Model\Entity\Attribute\Source\AbstractSource|string|null
*/
public function getSourceModel()
{
Expand Down

0 comments on commit 8f1413e

Please sign in to comment.