packagist phpstan/phpstan 0.12.32

latest releases: 1.11.x-dev, 1.10.x-dev, dev-dependabot/npm_and_yarn/website/ejs-3.1.10...
3 years ago

Improvements 🔧

  • Make GithubErrorFormatter the default when running in GitHub Actions (phpstan/phpstan-src@6fd85e3)
    • If you're currently running PHPStan with --error-format checkstyle | cs2pr, you can omit this part from your build script!
    • You can override this behaviour by running with --error-format table.
  • Error formatter github for GitHub Actions (#261), thanks @Quetzacoalt91!

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included.

Bugfixes 🐛

Don't miss a new phpstan release

NewReleases is sending notifications on new releases.