From 26585abe268c77f5251ab0000ca3dac084e9bb84 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 16:21:19 +0100 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 002071f..e428b1f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ When in doubt whether you caused a test to fail, check the build for `master` in ### Lint -This project uses [PHPCodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with PSR-2 coding stardard. +This project uses [PHPCodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) with PSR-2 coding stardard. Before contributing your changes, make sure it passes on the linter: