- Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix typo in PHPDoc block #38940
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
Fix typo in PHPDoc block #38940
Conversation
Hi @jlnarvaez. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
@magento create issue |
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.
Thank you for your contribution!
QA is not required for this change since it only updates the property annotation for $helper. Builds are failing so moving it to extended testing. |
@magento run all tests |
1 similar comment
@magento run all tests |
@magento run Unit Tests, Integration Tests, Functional Tests EE, Functional Tests B2B |
We have seen static failures in mainline PR after merging this PR into that. Hence for now moving this PR to Extended testing. |
@magento run all tests |
@magento run Functional Tests CE, Functional Tests B2B |
7832162
into magento:2.4-develop
Description (*)
This PR remove a unknown referenced variable in PHPDoc for
$helper
variable declaration.Manual testing scenarios (*)
This fix has no testing scenario, because is a code typo.
Contribution checklist (*)
Resolved issues: