Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Amend unionizeIterables to support TList
https://psalm.dev/docs/annotating_code/type_syntax/array_types/#lists > A list type is of the form list<SomeType>, where SomeType is any permitted union type supported by Psalm. > > * `list` is a subtype of `array<int, mixed>` > * `list<Foo>` is a subtype of `array<int, Foo>`.
- Loading branch information