summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormedains <medains@github.com.fake>2017-02-01 16:09:33 +0000
committermedains <medains@github.com.fake>2017-02-01 16:28:51 +0000
commitff096124c6d128bef222aa6954da636c075b05d8 (patch)
tree2534a4502691dbf0bd3f723d32df6134f9ef7d73 /README.md
parent512b6e00d9379700d65dbf7701dc9631f62866d8 (diff)
downloadale-ff096124c6d128bef222aa6954da636c075b05d8.zip
Linter addition of PHP Mess Detector
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 1b59b632..cb976c0f 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ name. That seems to be the fairest way to arrange this table.
| MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) |
| 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) |
+| PHP | [hack](http://hacklang.org/), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org) |
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) |