From 0a38661398ab186d7e14c7fc969b85f479ff774d Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Mar 2026 15:22:18 -0300 Subject: [PATCH] Update PHP_CodeSniffer repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61823a4..12d921a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ vendor/bin/phpcs --standard=psr2 --extensions=php --warning-severity=0 --report= # OR to fix the code errors vendor/bin/phpcbf --standard=psr2 --extensions=php --warning-severity=0 --report=full "src" ``` -> [Read documentation about the code standards](https://github.com/squizlabs/PHP_CodeSniffer/wiki) +> [Read documentation about the code standards](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki) ## Documentation