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
Psalm output (using commit 16b24bd):
INFO: MixedMethodCall - 14:59 - Cannot determine the type of $query when calling method where
INFO: MissingClosureParamType - 14:40 - Parameter $query has no provided type
INFO: MissingClosureReturnType - 14:36 - Closure does not have a return type, expecting mixed
ERROR: UndefinedPropertyFetch - 17:79 - Static property B::$AAA is not defined
ERROR: TooManyArguments - 17:65 - Too many arguments for method Query::where - saw 2
INFO: PossiblyUnusedParam - 6:36 - Param #1 is never referenced in this method
INFO: PossiblyUnusedParam - 6:49 - Param #2 is never referenced in this method
INFO: UnusedClass - 8:7 - Class C is never used
Seems like lin 14 should get a UndefinedPropertyFetch similar to line 17 but doesnot: https://psalm.dev/r/169b4ab263
The text was updated successfully, but these errors were encountered: