diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-08-20 13:42:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-20 13:42:03 +0100 |
commit | 47e681529bbb98410d31bc0659b4b81c6fc7a97c (patch) | |
tree | c53a66f3a70fb48e303dcad840dde423753d866c /README.md | |
parent | 4c6b58f70c378434173991ad5edf23e9bc972bc2 (diff) | |
parent | 5a9a365aed333560c9490dbddc8f382f47c08564 (diff) | |
download | ale-47e681529bbb98410d31bc0659b4b81c6fc7a97c.zip |
Merge pull request #862 from notomo/add-phpcbf-fixer
add phpcbf fixer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,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/), [langserver](https://github.com/felixfbecker/php-language-server), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan) | +| PHP | [hack](http://hacklang.org/), [langserver](https://github.com/felixfbecker/php-language-server), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan), [phpcbf](https://github.com/squizlabs/PHP_CodeSniffer) | | 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) | |