New
2.1.38
This version brings another 5-10 % faster performance! ποΈ
Improvements π§
- Remove PHP version constraint from the
#[\Override]attribute rules (#4436), thanks @johnbillion! - OverridingPropertyRule - take
checkMissingOverrideMethodAttributeas default only on PHP 8.5+ (https://github.com/phpstan/phpstan-src/commit/64e97769526d7864e183e338ab0d5d03b84b2829) - Support StaticMethodParameterClosureTypeExtension for New_ expressions (#4819), thanks @ruudk!
- Improve inference on FuncCall === FuncCall (#4513), #13749, thanks @staabm!