From ad2f75e4b207debb3b7cf2a007dd2d205fe603bd Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Thu, 7 Jul 2022 22:12:21 +0930 Subject: 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 --- supported-tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'supported-tools.md') 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 -- cgit v1.2.3