From 4d711bb84b767b296dda2b14a24984bf08e80a51 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 09:19:14 -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 0be4e82b9..4764cb15f 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ By default, the client will use the [NullLogger](http://www.php-fig.org/psr/psr- # Developers This project uses [phing](https://www.phing.info/). Current tasks include: * test: Runs [PHPUnit](https://phpunit.de/). - * cs: Runs [CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). + * cs: Runs [CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). * doc: Runs [PhpDocumentor](http://www.phpdoc.org/). * md: runs [PHPMD](http://phpmd.org/). * build: This is the default task, and will run all the other tasks.