Navigation Menu

Skip to content
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

Class property issue suppression fixes. #7130

Merged

Conversation

AndrolGenhald
Copy link
Collaborator

Fix @psalm-suppress and @psalm-allow-private-mutation being ignored if nothing else is in the docblock.
Fix @psalm-suppress not allowing extra text after the issue name.
Fix PossiblyUnusedProperty and UnusedProperty suppression not working at the property level.
Fix MissingPropertyType suppression not working at the property level.

Fix @psalm-suppress and @psalm-allow-private-mutation being ignored if nothing else is in the docblock.
Fix @psalm-suppress not allowing extra text after the issue name.
Fix PossiblyUnusedProperty and UnusedProperty suppression not working at the property level.
Fix MissingPropertyType suppression not working at the property level.
@AndrolGenhald
Copy link
Collaborator Author

There are probably other issues that should be suppressable at the property level, these are just the ones I noticed while I was fixing things.

@orklah orklah added the release:fix The PR will be included in 'Fixes' section of the release notes label Dec 11, 2021
@orklah
Copy link
Collaborator

orklah commented Dec 11, 2021

Thanks! That's great!

@orklah orklah merged commit 0ba5b0b into vimeo:master Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants