Skip to content

1.7.9

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 02 Jun 15:13
· 135 commits to 1.7.x since this release
22e7559

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!