From 6f19eb9a0747ed6de4f1dde2a06e4fa242c3363f Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 26 Mar 2026 17:42:27 +0100 Subject: [PATCH] Update PHP_CodeSniffer repository link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc3c492..ef27521 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Please try to follow this workflow: ## Formatting ⚠️ -Please try to follow [PSR-12](https://www.php-fig.org/psr/psr-12/) rules when writing code. A PSR-12 compliant [phpcs.xml](phpcs.xml) is provided, so if your editor supports [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), your editor should automatically warn you if you are deviating from PSR-12 compliant formatting. +Please try to follow [PSR-12](https://www.php-fig.org/psr/psr-12/) rules when writing code. A PSR-12 compliant [phpcs.xml](phpcs.xml) is provided, so if your editor supports [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer), your editor should automatically warn you if you are deviating from PSR-12 compliant formatting. You can also check code style manually by running `composer phpcs` in the projects' root folder on your disk.