PHPStan v0.12.32 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ๐Ÿ‘Œ Improvements ๐Ÿ”ง

    • 0๏ธโƒฃ 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 ๐Ÿ›