summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArdis <ArdisDreelath@users.noreply.github.com>2017-07-16 16:04:25 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-07-16 15:04:25 +0100
commit7d174b00561f2cb6a6ad71b839b1b6fc6bd88e3b (patch)
tree069b3c013b53a0e99c673765e78e5b3a30b0ed95 /README.md
parent4fa66ab627039fe19cf6383b19d311066b73d8cf (diff)
downloadale-7d174b00561f2cb6a6ad71b839b1b6fc6bd88e3b.zip
Added phpstan linter for php. (#772)
* Added phpstan linter for php.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38ad43e3..e94d70a6 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ name. That seems to be the fairest way to arrange this table.
| Objective-C++ | [clang](http://clang.llvm.org/) |
| OCaml | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-ocaml-merlin` for configuration instructions
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
-| PHP | [hack](http://hacklang.org/), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org) |
+| PHP | [hack](http://hacklang.org/), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan) |
| Pod | [proselint](http://proselint.com/)|
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |