phpstan-src
phpstan-src copied to clipboard
Make Iterator::key() and ::current() nullable
Potential fix for phpstan/phpstan#3674
However, foreach doesn't work as I'd like becuase of ObjectType::getIterableKeyType() and ::getIterableValueType().
Unfortunately I don't have any time left right now to figure out the right way forward. Hopefully someone else does. Otherwise just close this :)