From 4245eb74a97b4bc8b94dcf77aa16176cb78b49b5 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 16:46:52 +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 35a7984..8762d76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,7 +111,7 @@ make phpstan ### Coding Standards This project follows a superset of [PSR-12](https://www.php-fig.org/psr/psr-12/) -coding standards, enforced by [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). +coding standards, enforced by [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). Rector is also used to enforce code quality and standards ```bash