-
-
Notifications
You must be signed in to change notification settings - Fork 23
don't overwrite reflection cache, when analyzing only a single file in phpstorm #454
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
Conversation
@noemi-salaun could you please give this change a try. I think it should prevent phpstorm-dba to write/change the result cache file, when the phpstan analysis was started from within phpstorn |
@staabm It looks good. If I update a query, the new query is added in the cache file but everything else is left untouched in the cache file 👍 |
yeah, thats a known issue, see #310 |
I can no longer reproduce the underlying issue. we need a failing unit test first |
…n phpstorm (#454) Co-authored-by: Markus Staab <[email protected]>
references #443 (comment)
related phpstan discussion phpstan/phpstan#8259