From 762b9cdd4aa22fe64ea279a94f5540d0ee900140 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sat, 17 Aug 2024 23:32:40 +0100 Subject: [PATCH] pint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4c6d77..9f964a4 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more. * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions. * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code. +* [Laravel Pint](https://github.com/laravel/pint) - A coding standards fixer library for Laravel. ### Static Analysis *Libraries for performing static analysis of PHP code.*