From 62066b10db8e23264abd0e85fd05eefd437281c1 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Mar 2026 15:37:21 -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 22fbfa0..9f31341 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ It also provides methods for bitwise logical operations between two bit arrays ` This project uses: -* [PHP Code Sniffer](https://github.com/squizlabs/php_codesniffer) for checking PHP code style +* [PHP Code Sniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) for checking PHP code style * [PHPUnit](http://phpunit.de/) for unit test (100% covered) * [Sphinx](https://www.sphinx-doc.org/) and [Doxygen](https://www.doxygen.nl/) for the [documentation](http://php-sorted-collections.readthedocs.io/en/latest/?badge=latest)