From 884d24a8954173176afa138d639a8f0aa719dd09 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 15:05:20 -0300 Subject: [PATCH] Docs: Update PHP_CodeSniffer repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0bcee..8f2eebd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Brand Embassy Coding Standard -- The [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) and [cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) rules to check that +- The [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) rules to check that repositories are following the unified coding standard for Brand Embassy projects. - The [PHPStan](https://github.com/phpstan/phpstan) default configuration file. - PhpStorm code style and inspections (with [Php Inspections (EA Extended)](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) plugin) configuration files.