From 64faa9a945a7de8b87f559cb5237ccd0f1fd6adb Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 15:10:41 -0300 Subject: [PATCH] Update PHP_CodeSniffer repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec7075..f7f87ad 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This coding standard is used in Brick libraries, but can also be used in your ow It is based on [PSR-12](https://www.php-fig.org/psr/psr-12/) and uses [Easy Coding Standard](https://github.com/easy-coding-standard/easy-coding-standard) with rules cherry-picked from [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), -[PHP_CodeSniffer](http://github.com/squizlabs/PHP_CodeSniffer), and the +[PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer), and the [Slevomat coding standard](https://github.com/slevomat/coding-standard). ## Release process