You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll close this as a duplicate of #2206, but I hope for this to be possible eventually by intersecting classes with object-with-properties (eg A&object{foo: mixed}) so that property_exists and isset can add properties to an existing class.
I am loading dynamic objects and testing for some properties via property_exists(). Unfortunately, this causes UndefinedThisPropertyFetch errors.
https://psalm.dev/r/0a435e7d65
I tested the same code with phpstan and it produces no errors.
Seems like this is an old issue: #5913
Thank you.
The text was updated successfully, but these errors were encountered: