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

Mark inferred mutation-free constructor as such #8692

Merged
merged 1 commit into from Nov 11, 2022

Conversation

weirdan
Copy link
Collaborator

@weirdan weirdan commented Nov 10, 2022

Previously Psalm treated those constructors as explicitly mutation-free,
and thus required descendant constructors to be explicitly marked too.

Fixes #8602

@weirdan weirdan added the release:fix The PR will be included in 'Fixes' section of the release notes label Nov 10, 2022
Previously Psalm treated those constructors as explicitly mutation-free,
and thus required descendant constructors to be explicitly marked too.

Fixes vimeo#8602
@weirdan weirdan merged commit 55933a5 into vimeo:master Nov 11, 2022
@weirdan weirdan deleted the fix-8602 branch November 11, 2022 00:27
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.

MissingImmutableAnnotation when @psalm-consistent-constructor is used
1 participant