-
Notifications
You must be signed in to change notification settings - Fork 442
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
Switch Psalm with PHPStan #798
Comments
Why would Psalm be blocking that? I don't see any failed tests because of it. |
Because I added |
Oh, I did not do a good review then, that's a blocker. |
It's not a bad idea to switch to PHPStan. The contributions to Psalm are not what it has been, while PHPStan has recently released version 2. There is also no urgency in the Psalm project to support PHP 8.4 which stops us at the moment from supporting 8.4. So, if anyone would like to contribute the switch, I would love to help. I lack the time at the moment to create the PR myself. |
@frederikbosch 🫡 challenge accepted |
Currently, Psalm blocks testing this on PHP 8.4 #796 .
I also wonder why the package uses Psalm, as PHPStan feels much more alive than Psalm.
The text was updated successfully, but these errors were encountered: