From a95dddce0c6c0750fb983059a412748f322bfc26 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 26 Mar 2026 17:07:17 +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 42823ffe..41084449 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,7 +112,7 @@ Pico uses the [PSR-2 Coding Standard](http://www.php-fig.org/psr/psr-2/) as defi For historical reasons we don't use formal namespaces. Markdown files in the `content-sample` folder (the inline documentation) must follow a hard limit of 80 characters line length. -It is recommended to check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) using Pico's `.phpcs.xml` standard. Use the following command: +It is recommended to check your code using [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) using Pico's `.phpcs.xml` standard. Use the following command: $ ./vendor/bin/phpcs --standard=.phpcs.xml [file]...