diff options
author | Julien Deniau <julien.deniau@gmail.com> | 2018-03-01 15:41:05 +0100 |
---|---|---|
committer | Julien Deniau <julien.deniau@gmail.com> | 2018-03-01 15:48:47 +0100 |
commit | fbbb8c17d9634304fd6d10789e78d00c75b70e07 (patch) | |
tree | 46b7d8638d1ed8ae8aca1c56e097bf7bb8879232 /doc/ale.txt | |
parent | 1d0690f6d774bb736edced967e5eeed7648ff6c1 (diff) | |
download | ale-fbbb8c17d9634304fd6d10789e78d00c75b70e07.zip |
add php-cs-fixer to list of fixers
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 4e1ae44b..76ad0587 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -159,6 +159,7 @@ CONTENTS *ale-contents* phpcs...............................|ale-php-phpcs| phpmd...............................|ale-php-phpmd| phpstan.............................|ale-php-phpstan| + php-cs-fixer........................|ale-php-php-cs-fixer| po....................................|ale-po-options| write-good..........................|ale-po-write-good| pod...................................|ale-pod-options| @@ -351,7 +352,7 @@ Notes: * Objective-C++: `clang` * OCaml: `merlin` (see |ale-ocaml-merlin|), `ols` * Perl: `perl -c`, `perl-critic` -* PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf` +* PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf`, `php-cs-fixer` * PO: `alex`!!, `msgfmt`, `proselint`, `write-good` * Pod: `alex`!!, `proselint`, `write-good` * Pony: `ponyc` |