From 418cd6e539bb9f5a0523d863511bd682860e5319 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Mar 2026 15:34:34 -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 41ab4ee..e7448ba 100644 --- a/readme.md +++ b/readme.md @@ -111,7 +111,7 @@ Ensure all the guides are followed and style/test checkers pass before pushing y 1. Build the required services and Docker container with `$ make docker-build` 2. SSH into the container with `$ make docker-bash` -3. Confirm [code style checker](https://github.com/squizlabs/php_codesniffer) passes with `$ make run-phpcs` +3. Confirm [code style checker](https://github.com/PHPCSStandards/PHP_CodeSniffer) passes with `$ make run-phpcs` 4. Confirm [code quality checker](https://github.com/phpstan/phpstan) passes with `$ make run-phpstan` 5. Confirm [code texts checker](https://github.com/sebastianbergmann/phpunit) passes with `$ make run-phpunit`