From c81b9a0d682c44abd27d21783f6571af38bdcc84 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Mar 2026 15:22:26 -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 74a4ab0..4bf1343 100755 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Note that this repository is _just_ for your WordPress theme. The WordPress inst - [phpdotenv](https://github.com/vlucas/phpdotenv) - [carbon](https://carbon.nesbot.com/) - Linting and testing - - JS, CSS, and PHP linting thanks to [Prettier](https://github.com/prettier/prettier), [ESLint](https://eslint.org/), and [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) + - JS, CSS, and PHP linting thanks to [Prettier](https://github.com/prettier/prettier), [ESLint](https://eslint.org/), and [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer) - Static analysis of PHP code with [PHPStan](https://phpstan.org/) - Accessibility testing with [pa11y](https://github.com/pa11y/pa11y) - Bundle size limiting with [bundlesize](https://github.com/siddharthkp/bundlesize)