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

Forbid implementing methods from UnitEnum and BackedEnum #9274

Closed
weirdan opened this issue Feb 12, 2023 · 1 comment · Fixed by #9280
Closed

Forbid implementing methods from UnitEnum and BackedEnum #9274

weirdan opened this issue Feb 12, 2023 · 1 comment · Fixed by #9280

Comments

@weirdan
Copy link
Collaborator

weirdan commented Feb 12, 2023

Also forbid implementing methods from UnitEnum and BackedEnum
https://3v4l.org/k5i42
https://psalm.dev/r/d0aece15a6

This is technically allowed since it's a UnitEnum and not a BackedEnum.

Originally posted by @AndrolGenhald in #7722 (comment)

@psalm-github-bot
Copy link

I found these snippets:

https://psalm.dev/r/d0aece15a6
<?php

enum E
{
    public static function cases(): array
    {
        return [];
    }
}
Psalm output (using commit 5d1fe88):

No issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant