From 95e76cd72199886020b377bc662c927db5085c00 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Mar 2026 15:47:10 -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 0650f24..1133409 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ WPCS rules not covered by this package include, but are not limited to: Yoda style looks to no longer be required in WPCS 3.0, so it is not required in this ruleset. -I use PHP CS Fixer because I find it easier to integrate into my workflow than PHP_CodeSniffer. If you are not me, and especially if you require WPCS compliance, I highly suggest that you stick with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) and [the official WPCS sniffs](https://github.com/WordPress/WordPress-Coding-Standards). +I use PHP CS Fixer because I find it easier to integrate into my workflow than PHP_CodeSniffer. If you are not me, and especially if you require WPCS compliance, I highly suggest that you stick with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [the official WPCS sniffs](https://github.com/WordPress/WordPress-Coding-Standards). ## Use