Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] fixEnvelope::all() conditional return docblock#58977
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Messenger] fixEnvelope::all() conditional return docblock#58977
Uh oh!
There was an error while loading.Please reload this page.
Conversation
kbond commentedNov 25, 2024
@wouterj, sorry, I'm not familiar at all with psalm. I'm not sure how to fix the errors or what I did wrong. |
wouterj commentedNov 25, 2024
I believe Psalm complains because we don't document anywhere that everything under |
kbond commentedNov 25, 2024
Ok, how can I suppress the error here? |
stof commentedNov 25, 2024
@kbond you can ignore it for now. Our usage of Psalm is a bit special as each PR reports onlynew failure (it generates a baseline for the existing state of the target branch before analyzing the code of the PR) |
nicolas-grekas commentedNov 26, 2024
Thank you@kbond. |
a59ff05 intosymfony:6.4Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I think this was a typo in#47016.