-
Notifications
You must be signed in to change notification settings - Fork 659
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
cache issue #10239
Comments
ging-dev
added a commit
to ging-dev/psalm
that referenced
this issue
Sep 30, 2023
Merged
ging-dev
added a commit
to ging-dev/psalm
that referenced
this issue
Sep 30, 2023
ging-dev
added a commit
to ging-dev/psalm
that referenced
this issue
Sep 30, 2023
ging-dev
added a commit
to ging-dev/psalm
that referenced
this issue
Sep 30, 2023
orklah
added a commit
that referenced
this issue
Sep 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sample code:
run psalm with the above code, then edit the docblock of
CacheProvider
:Run
psalm
again:--no-cache
:Docblock-defined class, interface or enum named K does not exist (see https://psalm.dev/200)
It seems
psalm
doesn't re-analyze the class in case the class's docblock changes.The text was updated successfully, but these errors were encountered: