Improvements 🔧
- Report promoted properties with
readonlyor hooks as always unitialized (cannot be unset) (#5452), #14459
Bugfixes 🐛
- Preserve list type in
ConstantArrayType::spliceArraywhen all keys are integers (#5480), #14472, thanks @VincentLanglet and @staabm! - Generalize
dynamicConstantNamesconstants to PHPDoc type if present (#5457), #9218, thanks @VincentLanglet and @staabm! - Use position-specific
getOffsetValueType()instead ofgetIterableValueType()when intersecting twoConstantArrayTypes (#5468), #11234, thanks @VincentLanglet and @staabm!
Performance 🏎️
- Fix for performance issue (phpstan/phpstan-src@6586de9), #14462
Internals 🔍
- Add regression test for
@varannotation beforeforeachnot defining the expression variable (#5458), #6688, thanks @VincentLanglet and @staabm!