From dc2ed99218ad8a9a6f167ce609c254deb4550706 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Tue, 24 Mar 2026 10:45:59 -0300 Subject: [PATCH] Update PHP_CodeSniffer repository link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49b5a6f..121c026 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ composer phpunit:debug A standard for code style can be important when working in teams, as it means that less time is spent by developers processing what they are reading (as everything will be consistent). Code formatting is automated via [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer). -PHP-CS-Fixer will not format line lengths which do form part of the PSR-2 coding standards so these will product warnings when checked by [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer). +PHP-CS-Fixer will not format line lengths which do form part of the PSR-2 coding standards so these will product warnings when checked by [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). These can be run by executing: @@ -122,7 +122,7 @@ Look at the example in [.github/workflows/main.yml](.github/workflows/main.yml). - [PHP](https://secure.php.net/) - [Composer](https://getcomposer.org/) - [PHPUnit](https://phpunit.de/) - - [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) + - [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) - [GNU Make](https://www.gnu.org/software/make/) ## License