From 33765ccbb891ddc1604d6333d58cb748f16b9569 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 10:08:58 +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 961e234..ffb5de6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ feel free to open an issue first. This project comes with a [ruleset.xml](https://github.com/scriptotek/php-marc/blob/master/ruleset.xml) file that defines the code style (which is PSR-2 at the time of this writing), so it can be checked with -[phpcs](https://github.com/squizlabs/PHP_CodeSniffer): +[phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer): phpcs --standard=ruleset.xml src