phan v4.0.0-alpha2 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • ๐Ÿš€ The Phan v4 release line has the following changes from Phan 3:

    • โฌ†๏ธ Bump the minimum required AST version from 70 to 80 (Required to analyze php 8.0 attributes - the rest of the php 8.0 syntax changes are supported in both Phan 3 and Phan 4).
      ๐Ÿ”Œ A few third party plugins may be affected by the increase of the AST version.
    • ๐Ÿ‘Œ Supports analyzing whether #[...] attributes are used properly when run with PHP 8.0+

    ๐Ÿ”„ Changes

    ๐Ÿ”€ Merge changes from Phan 3.2.3.