From 9ce46e3f46d4dae5367409275fc819068af4d2cf Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 13:51:27 -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 4e88b8c..0828ea8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Some important labels, used for Github issues: - `on agenda of hangout`: The rule/issue will be discussed in the next community hangout ## How to create a Sniffer Rule -We recommend to get started by creating a couple of sniffs for your own. The official [PHPCS wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki) already gives good information. Likewise, the other sniffs in our repos (and the repos of Magento) will give lots of samples anyway. +We recommend to get started by creating a couple of sniffs for your own. The official [PHPCS wiki](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki) already gives good information. Likewise, the other sniffs in our repos (and the repos of Magento) will give lots of samples anyway. ## Testing All rules should be accompanied with tests.