-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add static type checking! #111
Conversation
For some reason psalm doesnt like get_called_class even when I tried to stub it to explain to psalm this method was pure (immutable) Instead lets use another valid method for getting the late static bond class name
Lets static type check all pulls
Awesome thank you! I just spent time adding Psalm annotations in a project using php-enum, having them here is perfect! |
To my project was added unnecessary dependencies IMHO.
|
@michaljusiega good catch, thank you for the quick report I missed this. It's OK, I will tag a new release in just a moment. |
Thank you : > |
@michaljusiega good catch! Sorry about that, my intent was to add it to dev! @mnapoli thanks for handling that |
No worries, I just pushed and tagged a new release. Thanks! |
|
Let's use https://psalm.dev/ for static type checking!