phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Make Iterator::key() and ::current() nullable

Open rvanvelzen opened this issue 9 months ago • 0 comments

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 :)

rvanvelzen avatar May 13 '25 19:05 rvanvelzen