From 29797ad1183097b463e8b6653a1730af2b5bda33 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 26 Mar 2026 17:16:07 +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 17fdb107..58b7119d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ These guidelines exist not to annoy you, but to keep the code base clean, unifie ## 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). The project follows a relaxed version of the Doctrine Coding standards v4.