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
It shows an error MixedArgumentTypeCoercion with description that known key-values have also mixed values, although it is not explicitly defined in the type.
When trying to define array type with known key-values and unknown using
...
or more specific...<string, mixed>
It shows an error
MixedArgumentTypeCoercion
with description that known key-values have alsomixed
values, although it is not explicitly defined in the type.https://psalm.dev/r/3bc76124cc
The text was updated successfully, but these errors were encountered: