-
Notifications
You must be signed in to change notification settings - Fork 9.4k
PHPDoc correction spelling #31398
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
PHPDoc correction spelling #31398
Conversation
Hi @lfluvisotto. 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 |
Hello @ihor-sviziev + @gabrieldagama Could any one of you be the reviewer? tiny PR and quick one. |
@magento create issue |
Good catch. but i also found one more mistake in file |
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.
Could you fix also this one? #31398 (comment)
b42fede
to
d83c03b
Compare
@mrtuvn + @ihor-sviziev requested changes done. |
@magento run all tests |
@magento run Static Tests, Functional Tests EE |
@magento run Functional Tests B2B |
@engcom-Delta PR conflicts solved. |
@lfluvisotto, could you also fix static test failures? |
Hello @lfluvisotto, Thanks for the contributions! Please resolve the conflict so we can proceed with this PR. Thanks. |
@engcom-Dash, I fixed the conflict. Could you pls help fixing static test failures? |
@magento run all tests |
@magento run all tests |
Thank you, @ihor-sviziev. I have fixed the static failures in all the files. While I have addressed only the static failures, there are a large number of files, so if possible, could you kindly review them? Thank you! |
@magento run all tests |
Manual testing is not required, as the changes involve spelling corrections and a few static failure fixes. Builds are failed, hence moving it to Extended Testing. |
@magento run all tests |
The Functional B2B Functional CE and test failures are different in recent 2 successive builds. They neither part of PR nor failing because of the PR changes, hence moving it to Merge in Progress. Functional B2B Run 1: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/31398/bee82c98eac7e385367f7950ce55c704/Functional/allure-report-b2b/index.html#categories/6e0f61c8b67b0f191eaf93c92554bd16/afecc4ad152ae2f3/ ![]() Functional CE Run 1: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/31398/6b3461e62fbdf40a5f61a2ac29e66de3/Functional/allure-report-ee/index.html#categories/a644910ae0cb11e839a98baa21929b76/b88e11e5a797ca25/ Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/31398/e528aea29aff8dc6facb1392c6af3ea1/Functional/allure-report-ee/index.html#categories/564e7e97f9657fc0b9892ce7b985ae13/f8ca4e494a7de660/ |
@magento run all tests |
0b9e5a6
into
magento:2.4-develop
Description (*)
An important change for IDEs recognize methods that are
@deprecated
(https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/deprecated.html#deprecated) also method description/summary for{@inheritDoc}
(https://docs.phpdoc.org/3.0/guide/guides/inheritance.html#inheritance)Correct spelling for
{@inheritDoc}
is with D (uppercase), not d (lowercase), also correct usage for{@inheritDoc}
is between parenthesis {} (https://github.com/phpDocumentor/phpDocumentor/blob/bcb5e891e14bf5b2cdd41dd6ed734adc53f0bed0/src/phpDocumentor/Descriptor/Traits/HasSummary.php#L44)Related Pull Requests
N/A
Fixed Issues (if relevant)
N/A
Manual testing scenarios (*)
N/A
Questions or comments
N/A
Contribution checklist (*)
Resolved issues: