We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
I found these snippets:
<?php enum E { case A; case B; public function __wakeup() {} }
Psalm output (using commit ef02ded): No issues!
Sorry, something went wrong.
Forbid most magic methods on enums
19a1005
Fixes vimeo#8889 Additionally this fixes case-sensitivity of MethodSignatureMustOmitReturnType issue Fixes vimeo#8888
Merge pull request #8890 from weirdan/enum-forbidden-methods
fb685a1
Fixes #8889 Fixes #8888
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: