-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A PHPDoc comment for \Magento\Config\Model\Config\SourceFactory::create() method is wrong #2370
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
@dfediuk Thank you for reporting this issue. Internal issue MAGETWO-45625 is created for this. |
joanhe
added
the
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
label
Nov 16, 2015
madotto
added a commit
to madotto/magento2
that referenced
this issue
Mar 2, 2017
…eFactory::create() method is wrong\n - Fix typo
magento-team
added a commit
that referenced
this issue
Mar 8, 2017
@dmitry-fedyuk thank you for reporting the issue. |
magento-team
pushed a commit
that referenced
this issue
Apr 12, 2018
Fixed issues: - MAGETWO-87115: Can't create customer account on checkout success page when gender field is required - MAGETWO-88265: [Performance] Customer Import check data does not complete
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
magento2/app/code/Magento/Config/Model/Config/SourceFactory.php
Line 26 in 2335247
Should be «
Create source model by name
».The PHPDoc declaration for result can be improved too:
magento2/app/code/Magento/Config/Model/Config/SourceFactory.php
Line 29 in 2335247
@return \Magento\Framework\Option\ArrayInterface|object
would be better.
The text was updated successfully, but these errors were encountered: