From cf6ff15d88571382b98ff8934f498e91862dc4d5 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 15:03:29 -0300 Subject: [PATCH] Docs: Update PHP_CodeSniffer repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39cbe23..b0aeb55 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An ESLint plugin to lint PHP files. > [!NOTE] > This is basically a POC for PHP linter using ESLint's new [Languages API](https://eslint.org/docs/latest/extend/languages). -> It aims to provide a better linting experience than [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). +> It aims to provide a better linting experience than [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). ## Installation