packagist phpstan/phpstan 0.12.26

latest releases: 1.11.x-dev, dev-create-pull-request/baselines-1.11.x, 1.10.x-dev...
3 years ago

Read more about this release in a feature article on PHPStan's blog »

Major new features 🚀

Static reflection

  • Less configuration needed. PHPStan no longer needs autoloading configuration setup, it works out of the box in most situations. Check out Discovering Symbols guide in the documentation for more details.
    • Introduced new related configuration options scanFiles, and scanDirectories. Deprecated autoload_files, and autoload_directories.
  • It's now possible to analyse files that mix class/function declarations and side-effects.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Don't miss a new phpstan release

NewReleases is sending notifications on new releases.