1.10.46
Improvements 🔧
- Improved
isset()
and ternary operator handling (#2710), #3632, #8190, #8366, #8659, #9580, #10064, #10088, thanks @staabm! - Optimize enums with many cases (phpstan/phpstan-src@b17d529)
Bugfixes 🐛
- Fix namespace of named type in class constant native type by patching PHP-Parser (phpstan/phpstan-src@8234dc0), #10212
- Do not create conditional expression for the same variable (phpstan/phpstan-src@aec0406)
- It's okay to have always-throwing expression in arrow function (phpstan/phpstan-src@758e5f1), #7890