-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Added additional php doc blocks with examples #6223
Added additional php doc blocks with examples #6223
Conversation
An admin must run tests on this PR before it can be merged. |
Hi @srsathish92 Thanks for the PR. Since this is a change to coding standards, we are asking for architects review. Also, we just recently stopped taking contributions for v2.2. Can you please port this change to update only the v2.3 file? Thanks! |
@dobooth sure, As requested I will update the same in separate file. |
…update/docblock-standard-general
…/srsathish92/devdocs into update/docblock-standard-general
@dobooth Updated the changes only in v2.3 file, can you please check now |
Good to go, @lenaorobei @buskamuza ? |
@dobooth @lenaorobei @buskamuza Thanks for the feedback, did you have any chance to review updated changes? please let me know if need changes. |
Good to go, @lenaorobei ? |
Change was implemented as requested.
running tests |
Hi @srsathish92, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) helps to add additional DocBlock tags with examples in DocBlock standard page
Affected DevDocs pages
https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html
whatsnew
Added
@method
and@link
information to Coding Standards.