From 4289a9ecd945b72c4337b7ce56d44d170eb3084d Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 16:23:36 +0100 Subject: [PATCH] Docs: Update PHP_CodeSniffer repository link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68ae4d7..752ef39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ We're using [`composer/composer`](https://github.com/composer/composer) to manag ## Coding Standard -This project uses [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to enforce coding standards. +This project uses [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to enforce coding standards. The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository). Your Pull-Request must be compliant with the said standard.