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
This commit is contained in:
Arie Oldman
2021-11-18 12:54:10 +09:00
committed by GitHub
parent 31dc6a61a0
commit 3b8ff6536e
4 changed files with 45 additions and 0 deletions
+1
View File
@@ -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)