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
When accessing properties/methods with the null safe operator, the result seems to be evaluated incorrectly.
The resulting type should be <Type>|null, but psalm evaluates only <Type>.
When accessing properties/methods with the null safe operator, the result seems to be evaluated incorrectly.
The resulting type should be
<Type>|null, but psalm evaluates only<Type>.https://psalm.dev/r/14b17f9fa4