Improvements 🔧
- Read PHPDocs from trait stubs (#1390), #5233, thanks @canvural!
- Infer
non-empty-string
on str-casing functions comparison with constant string (#1382), thanks @staabm! - Make trait properties and methods first class node citizens (#1370), thanks @herndlm!
Bugfixes 🐛
- Support intersection types in
MutatingScope::getTypeToInstantiateForNew()
(#1388), #7374, thanks @rvanvelzen!