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

Don't throw MissingClassConstType for final constants #11024

Open
vjik opened this issue Jun 24, 2024 · 1 comment
Open

Don't throw MissingClassConstType for final constants #11024

vjik opened this issue Jun 24, 2024 · 1 comment

Comments

@vjik
Copy link
Contributor

vjik commented Jun 24, 2024

For example:

interface ITest {
    final public const TEST = 1;
}

Here constant type never change.

Copy link

Hey @vjik, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.

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

No branches or pull requests

1 participant