From 231f993e31e59e48e210ea5d2bb8a2f8a88f98e9 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 16:49:59 +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 8e24a86..56017dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,7 @@ The coverage is not yet perfect, but be invited to write tests for methods not y This project, as part of the WordPress ecosystem adheres to the [WordPress Coding Standards](https://codex.wordpress.org/WordPress_Coding_Standards). Please make sure that you are at least roughly familiar with those guidelines. -The code style is automatically checked for commits (including pull requests) using [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). +The code style is automatically checked for commits (including pull requests) using [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). You can check your code against the configured ruleset yourself by running `./vendor/bin/phpcs --standard=phpcs.xml your-edited-file.php` (assuming `composer install` has been executed) or the Robo task `robo test:cs` for a complete scan.