-
Notifications
You must be signed in to change notification settings - Fork 666
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
MissingPropertyType on third party code (ignoreFiles directory) #2388
Comments
Looks like a bug to me. Apparently caused by the fact that the error is reported as originating in |
Not quite - third-party-code or otherwise, Psalm warns when there’s no property type. I think your best bet is to stub the third-party code, adding property types. |
@muglug It looks like a bug to me as well. I'm using |
Yeah, you're right, I was wrong, this is now fixed. |
lib/third-party.php
src/index.php
PS: I'm actually getting this on a third party code inside vendor (regular composer package) this is a code sample that reproduces the issue.
PS 2: Again, sorry if this is me doing bad annotations. Does Psalm have a chat (or something) for such trivial questions like that or it is ok to open issues?
The text was updated successfully, but these errors were encountered: