diff options
author | Ardis <ArdisDreelath@users.noreply.github.com> | 2017-07-16 16:04:25 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-07-16 15:04:25 +0100 |
commit | 7d174b00561f2cb6a6ad71b839b1b6fc6bd88e3b (patch) | |
tree | 069b3c013b53a0e99c673765e78e5b3a30b0ed95 /doc/ale.txt | |
parent | 4fa66ab627039fe19cf6383b19d311066b73d8cf (diff) | |
download | ale-7d174b00561f2cb6a6ad71b839b1b6fc6bd88e3b.zip |
Added phpstan linter for php. (#772)
* Added phpstan linter for php.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 642d3883..883525f9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -74,6 +74,7 @@ CONTENTS *ale-contents* php...................................|ale-php-options| phpcs...............................|ale-php-phpcs| phpmd...............................|ale-php-phpmd| + phpstan.............................|ale-php-phpstan| pug...................................|ale-pug-options| puglint.............................|ale-pug-puglint| python................................|ale-python-options| @@ -195,7 +196,7 @@ The following languages and tools are supported. * Objective-C++: 'clang' * OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|) * Perl: 'perl' (-c flag), 'perlcritic' -* PHP: 'hack', 'php' (-l flag), 'phpcs', 'phpmd' +* PHP: 'hack', 'php' (-l flag), 'phpcs', 'phpmd', 'phpstan' * Pod: 'proselint' * Pug: 'pug-lint' * Puppet: 'puppet', 'puppet-lint' |