From 29d28ef7fe20ed9866d3da9b186fdc4152c22beb Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Tue, 24 Mar 2026 10:33:47 -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 326a11c..0670483 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - [PHPUnit](https://github.com/sebastianbergmann/phpunit) testing library. - Combination of [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - and [CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with custom + and [CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) with custom settings added as dev dependency of Polymorphine packages. - Package skeleton scripted with [Skeletons](https://github.com/shudd3r/skeletons) engine.