-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for phpstan 2? #66
Comments
So update will be or not? |
I tested it with phpstan ^2. It seems to work with the current version #67 |
When you will merge? |
Friendly bump to keep this alive :) |
I tried to use with PHPStan version 2.1.1 but it failed with internal error. My code was <?php
function fun(): void
{
try {
$a = 10;
} catch (\Throwable $th) {
//throw $th;
}
} The internal error is: $ vendor/bin/phpstan -v
[ERROR] Found 1 error
Elapsed time: 1 second |
phpstan 2.0 was just released:
The text was updated successfully, but these errors were encountered: