summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorMichael Dyrynda <michael@dyrynda.com.au>2022-07-07 22:12:21 +0930
committerGitHub <noreply@github.com>2022-07-07 21:42:21 +0900
commitad2f75e4b207debb3b7cf2a007dd2d205fe603bd (patch)
tree8ec84d74eeb6a7ad9de930f5dccb1ec471e7dffa /supported-tools.md
parenta918f8c7bc7faa8b035fecf23aa35d395d0636c4 (diff)
downloadale-ad2f75e4b207debb3b7cf2a007dd2d205fe603bd.zip
Add support for Laravel Pint (#4238)
* add support, docs, tests for Laravel Pint * fix php-cs-fixer link * add missing project-without-pint * fix indentation * fix pint executable in pint fixer test * fix variables, docs related to pint support
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 4033205e..785c21d5 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -420,12 +420,13 @@ formatting.
* [langserver](https://github.com/felixfbecker/php-language-server)
* [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/)
+ * [php-cs-fixer](https://cs.symfony.com)
* [phpactor](https://github.com/phpactor/phpactor)
* [phpcbf](https://github.com/squizlabs/PHP_CodeSniffer)
* [phpcs](https://github.com/squizlabs/PHP_CodeSniffer)
* [phpmd](https://phpmd.org)
* [phpstan](https://github.com/phpstan/phpstan)
+ * [pint](https://github.com/laravel/pint) :beer:
* [psalm](https://getpsalm.org) :floppy_disk:
* [tlint](https://github.com/tightenco/tlint)
* PO