Improvements 🔧
- Adapt to different
vendor-dir
setting incomposer.json
, and alsoCOMPOSER
environment variable (#1384), thanks @canvural!
Bugfixes 🐛
- Fix BC break in
PHPStan\Node\ClassMethod
(phpstan/phpstan-src@9b4a591), phpstan/phpstan-src@d0a9d08#r75178623 - Fix
TypeUtils::getDirectClassNames
for nested type (#1380), thanks @mvorisek! - Consistent gathering of all stub files for their analysis (#1355), thanks @canvural!
- Dont report unsafe static if constructor is in both parent and interface (#1395), #6007, thanks @canvural!