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
but method expects Expression only, so psalm told me that I'm using the wrong class (probably @param int|float|bool|string|Expression $right should be changed to using of interface? PredicateInterface)
Bug Report
Doc blocks use Expression instead of PredicateInterface
Summary
I can pass Literal to Predicate:
but method expects Expression only, so psalm told me that I'm using the wrong class (probably
@param int|float|bool|string|Expression $right
should be changed to using of interface?PredicateInterface
)Current behavior
PSALM shows an error
How to reproduce
Run Psalm
Expected behavior
Psalm doesn't show any errors
The text was updated successfully, but these errors were encountered: