summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorArie Oldman <arie.oldman@vhs7.tv>2021-11-18 14:54:10 +1100
committerGitHub <noreply@github.com>2021-11-18 12:54:10 +0900
commit3b8ff6536e6eb4b9af946e2028164e8966ec5458 (patch)
tree2a83e0663a948d7e00910afab90433d69e42e157 /supported-tools.md
parent31dc6a61a07839ea906f6f0b80be713fb8cad1c7 (diff)
downloadale-3b8ff6536e6eb4b9af946e2028164e8966ec5458.zip
Adds PHPActor Linter (LSP) (#3975)
* Adds phpactor lsp linter * Fixes missing comma * Adds tests for phpactor lsp linter * Adds note that this part is not my own work * Removes unused variable * Adds phpactor to supported tools list * Fixes doc sorting * Wraps phpactor in code tags
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 03d1ebb8..b03c4c66 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -391,6 +391,7 @@ formatting.
* [phan](https://github.com/phan/phan) see `:help ale-php-phan` to instructions
* [php -l](https://secure.php.net/)
* [php-cs-fixer](http://cs.sensiolabs.org/)
+ * [phpactor](https://github.com/phpactor/phpactor)
* [phpcbf](https://github.com/squizlabs/PHP_CodeSniffer)
* [phpcs](https://github.com/squizlabs/PHP_CodeSniffer)
* [phpmd](https://phpmd.org)