From e62fc4a55be1c1aaf41989fb312854e271ceb16f Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Mar 2026 15:36:43 -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 7932296..4724186 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ vendor/bin/phpspec run ### Coding style TableAttributeBundle uses the [PSR-2](https://www.php-fig.org/psr/psr-2/) coding style and can be checked with -[Codesniffer](https://github.com/squizlabs/PHP_CodeSniffer). +[Codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). ``` bash vendor/bin/phpcs --standard=PSR2 --extensions=php ./src