This linter plugin for Linter provides an interface to Phan. It will be used with files that have the "PHP" syntax or PHP embedded within HTML.
Before installing this plugin, you must ensure that phan
is installed on your
system. For detailed instructions see Phan Github,
the simplified steps are:
composer global require phan/phan
After verifying that phan
works from your terminal, proceed to install the linter-phan plugin.
$ apm install linter-phan
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.