-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Remove wrong tags #29868
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
Remove wrong tags #29868
Conversation
Hi @Usik2203. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Usik2203
Could you find all such places and remove them all at once in a single PR? I see 100 pages on github by looking for author
and only few of them not related to this tag: https://github.com/magento/magento2/search?q=author&unscoped_q=author
@magento run all tests |
Yes, I can find all places where wrong tags are. But I am not sure that we should deliver these changes in one PR. Because on the way we will face others Static issues like we have now . I think we should deliver these changes step by step by creating individual PRs. What do you think? Thanks |
Hi @ihor-sviziev, thank you for the review. |
@magento create issue |
Hi @ihor-sviziev, thank you for the review. |
@Usik2203 will you be able to write some static test for this rule in order to prevent re-appearing this issue again, maybe as separate PR? |
Note: QA not applicable |
Note: Automation tests are passed |
@magento run all tests |
Hi @Usik2203, thank you for your contribution! |
This PR removes wrong tags
Regarding https://devdocs.magento.com/guides/v2.4/coding-standards/docblock-standard-general.html#documentation-space
Resolved issues: