From bff27502ba137f5e31a21e3f83f087dcf5a6a485 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 26 Mar 2026 17:16:51 +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 5ad141c178f1..629e26ba8276 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,7 +109,7 @@ $ export GOOGLE_CLOUD_PHP_FIRESTORE_TESTS_KEY_PATH='/path/to/keyfile.json' ### Coding Style Please follow the established coding style in the library. Google Cloud PHP follows the [PSR-2](https://www.php-fig.org/psr/psr-2/) Coding Style. -This is enforced using both [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer). +This is enforced using both [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). You can run both of these checks using the `style-check` composer script: