-
Notifications
You must be signed in to change notification settings - Fork 9.4k
correct param, var and return annotation values #19325
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
Conversation
Hi @TomasVotruba. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Code review passed, waiting for the builds to complete |
Hi @sivaschenko, thank you for the review. |
@TomasVotruba thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
I've fixed one false positive. It's ready now @sivaschenko Thanks for very fast review! |
Failing Travis is not related to this PR Some Timeout - https://travis-ci.org/magento/magento2/jobs/458340630#L2557 |
What needs to be done to merge this? |
@TomasVotruba that pull request is currently in progress of delivery to mainline |
Thanks, I didn't know that |
Hi @TomasVotruba. Thank you for your contribution. |
Glad to help! Btw, it always takes ~10 days to merge such simple changes? I want to send more similar PRs. But I'm afraid there will be many new code in the 10 days period and it will get stuck in rebase-resolve conflicts infinite loop. |
@TomasVotruba I don't think it usually the case, there is a long internal queue of pull requests formed recently. Sorry for the delay. |
@sivaschenko I see. Is there some description of this flow? Usually is 1-2 accepted reviews by maintainers + 3rd one marges. |
@TomasVotruba after the pull request is approved on public GitHub it is moved to an internal repository for further QA and passing through internal CI test builds (it's only a small part of tests running on each pull request publicly). @sidolov do we have any documentation on internal PR processing? |
Hi @sivaschenko , we haven't such info right now |
This PR correct malformed annotations:
$type name
self
that is recognized type by IDE$value
in@var
and@return
annotations