Improvements 🔧
- Avoid additional irrelevant constructor-related checks in
UnusedPrivatePropertyRule
(#1360), thanks @herndlm!
Bugfixes 🐛
- Fix
ConstantArrayType
optional key unsetting viaremoveLastElements
(#1366), #7351, thanks @herndlm! - Fix
array_walk
callback parameters (#1367), thanks @rvanvelzen! - Always resolve constants with namespace-aware logic (phpstan/phpstan-src@e73f320), #7352
- Use trait property promotion in uninitialized props checks (#1362), #7314, thanks @herndlm!
- infer
non-empty-string
onstrstr()
comparison with constant string (#1365), thanks @staabm!
Function signature fixes 🤖
- Fix
stream_bucket_make_writeable
(#1361), #7341, thanks @VincentLanglet!