spaze / phpstan-stripe

Stripe SDK extension for PHPStan
MIT License
5 stars 6 forks source link

Support specifying types in array keys and values #13

Closed spaze closed 2 years ago

spaze commented 2 years ago

E.g. array<int, Foo\Bar>

The previous code was unused and didn't work.