From e7174dd9421dccb330c73d0e12a32dd0b935efc5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 29 Aug 2024 00:11:12 +0200 Subject: [PATCH] Update link for PHP_CodeSniffer PHP_CodeSniffer is under new management since December last year. See: https://github.com/squizlabs/PHP_CodeSniffer/issues/3932 The package is now maintained in the https://github.com/PHPCSStandards/PHP_CodeSniffer repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 696df9c..730e2cf 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries for managing code quality, formatting and linting.* * [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library. -* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations. +* [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - A library that detects and can auto-fix PHP, CSS and JS coding standard violations. * [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library. * [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.