improvements
- Add support for @not-deprecated annotation (#2255), #7422, thanks @stof!
bugfixes
- Fix arithmetic operations with BenevolentUnionType (phpstan/phpstan-src@f882eff), #8938
- Fix native return type of array_chunk() (phpstan/phpstan-src@e4a6d20), #8956
- Support for property fetch in initializers (phpstan/phpstan-src@53c643d), #8957
- ObjectType - fix enum property with subtracted type (phpstan/phpstan-src@eb00fd2), #8828, #8486