Improvements 🔧
- Resolve
StaticType
coming from dynamic return type extensions (phpstan/phpstan-src@76b65b4)
Bugfixes 🐛
- WrongVariableNameInVarTagRule - fix iteratee variable above foreach (phpstan/phpstan-src@3d365fc), #4504
- Fix undefined variable in
@var
in unreachable code (phpstan/phpstan-src@ec4e7ed), #4505