-
Notifications
You must be signed in to change notification settings - Fork 665
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
Uncaught Throwable somewhere in ConcatAnalyzer.php #9355
Comments
ciaranmcnulty
changed the title
Uncaught Throwable somewhere in
Uncaught Throwable somewhere in ConcatAnalyzer.php
Feb 20, 2023
@weirdan I've tried just now with |
Disabling opcache fixed it for me though |
@ciaranmcnulty can you post the error message you're getting on 5.7.2, including backtrace? |
I can no longer reproduce now it's successfully run. I'll re-open if it reoccurs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line appears to be breaking Psalm for me:
$jsons = glob(__DIR__ . '/../acceptance/**/*.json');
I can't reproduce on psalm.dev but I was able to chop the class down to just that line in a method
I get:
This is with:
Psalm dev-master@589fee7b224f4ccb7c878aa3781c38c3a7dbea0a
The text was updated successfully, but these errors were encountered: