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

 - Merge Pull Request #25333 from mkalakailo/magento2:#25278
 - Merged commits:
   1. c1c06cc
   2. eb43ee7
   3. 8f30b1e
  • Loading branch information
magento-engcom-team committed Jan 14, 2020
2 parents 199d7c2 + 8f30b1e commit 5f17809
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 5f17809

Please sign in to comment.