From 7877ef925e6f4f9e68a58b37e6e8ddcd393cf228 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 15:34:34 +0100 Subject: [PATCH] Update PHP_CodeSniffer repository link --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1315c91..a9681d2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,7 @@ If you believe you have an improvement to the plugin, please feel free to send a * Fork the repository on GitHub * Clone the repository into your local system and create a branch that describes what you are working on by prefixing with `feature/`, `fix/`, `chore/`and so on followed by the title of the fix or feature. -* Make the changes to your forked repository's branch. Ensure you are using [PHP Coding Standards (PHPCS)](https://github.com/squizlabs/PHP_CodeSniffer) +* Make the changes to your forked repository's branch. Ensure you are using [PHP Coding Standards (PHPCS)](https://github.com/PHPCSStandards/PHP_CodeSniffer) * Make commits that are descriptive and breaks down the process. * Please **don't** modify the changelog - this will be maintained by Paystack developers. * Push your fix to the remote version of your branch and create a PR that aims to merge that branch into `master`.