Using the example from the docs https://psalm.dev/docs/annotating_code/type_syntax/utility_types/#class-string-mapt-of-foo-t
When looping over the class-string-map it incorrectly uses mixed instead of class-string<Foo> for the key and Foo for the value
https://psalm.dev/r/d4aa6104f1
Using the example from the docs https://psalm.dev/docs/annotating_code/type_syntax/utility_types/#class-string-mapt-of-foo-t
When looping over the class-string-map it incorrectly uses mixed instead of
class-string<Foo>for the key andFoofor the valuehttps://psalm.dev/r/d4aa6104f1