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 03ee02c):
INFO: MixedAssignment - 17:3 - Unable to determine the type of this assignment
INFO: MixedArgument - 17:3 - Argument 2 of WeakMap::offsetSet cannot be 0|mixed, expecting array<string, int>
ERROR: PossiblyInvalidArgument - 17:3 - Argument 2 of WeakMap::offsetSet expects array<string, int>, but possibly different type 0|mixed provided
INFO: MixedOperand - 18:3 - Left operand cannot be mixed
INFO: MixedAssignment - 18:3 - Unable to determine the type of this assignment
INFO: MixedArgument - 18:3 - Argument 2 of WeakMap::offsetSet cannot be mixed, expecting array<string, int>
I don't know how to explain it better than the issue title 😅
https://psalm.dev/r/79578e4ab5
not sure it's only related to
Weakmap
, but it works when using a plain arrayThe text was updated successfully, but these errors were encountered: