packagist phan/phan 0.12.10
Development release 0.12.10 supporting PHP 7.0, 7.1, and 7.2 syntax

latest releases: v5.x-dev, dev-fix-4782, dev-MapReal-php81-82...
5 years ago

The Phan 0.12.x releases support analysis of php 7.0-7.2, and can be executed with php 7.0+.

See the file NEWS.md for what has changed in this version.

  • This release adds unused parameter and variable detection (with low false positives) to Phan.

    unused variable detection is disabled by default. It can be enabled via --unused-variable-detection (CLI) or unused_variable_detection (config).

    Some issue types (e.g. PhanUnusedPublicMethodParameter) will be high-volume in many projects, so they will probably need to be suppressed (at file/global level).
    (due to base classes or subclasses not needing all parameters.)

Don't miss a new phan release

NewReleases is sending notifications on new releases.