PHPStan v0.12.39 Release Notes

Release Date: 2020-08-24 // over 3 years ago
  • ๐Ÿ‘Œ Improvements ๐Ÿ”ง

    • ๐Ÿ‘Œ Support for prefixed PHPDoc @method tags (#302), thanks @yosatak!

    ๐Ÿฑ 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 ๐Ÿ›