We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Carbon v2.x is incompatible with PHPStan v2 when using macros. When encountering a Carbon macro, PHPStan crashes with
Internal error: Class "PHPStan\Reflection\Php\BuiltinMethodReflection" does not exist while analysing file /path/to/file.php
Specifically it's crashing on this line:
Carbon/src/Carbon/PHPStan/Macro.php
Line 20 in 4df0fdd
Is it possible to backport the updated extension from v3.x?
Carbon version: 2.72.5
PHP version: 8.3.14
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Carbon v2.x is incompatible with PHPStan v2 when using macros.
When encountering a Carbon macro, PHPStan crashes with
Specifically it's crashing on this line:
Carbon/src/Carbon/PHPStan/Macro.php
Line 20 in 4df0fdd
Is it possible to backport the updated extension from v3.x?
Carbon version: 2.72.5
PHP version: 8.3.14
Thanks!
The text was updated successfully, but these errors were encountered: