From 8837c1b162b35c4d60632a40f7b1d7ee756e0beb Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 26 Mar 2026 17:23:14 +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 80a331e60ba..1a87156b404 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ The easiest way to get the development environment set up is to install [Docker] ### PHP linting -The PHP tracer conforms to the [PSR-2 coding style guide](https://www.php-fig.org/psr/psr-2/). The code style is checked with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) which can be invoked with the following command: +The PHP tracer conforms to the [PSR-2 coding style guide](https://www.php-fig.org/psr/psr-2/). The code style is checked with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) which can be invoked with the following command: ```bash $ composer lint