Skip to content

Commit 2579c1a

Browse files
authored
docs: update PHP_CodeSniffer repository link (#42)
1 parent b4bc216 commit 2579c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎CONTRIBUTING.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ A complete list of the available tasks and options can be shown by running `robo
101101
This project, as part of the WordPress ecosystem adheres to the [WordPress Coding Standards](https://codex.wordpress.org/WordPress_Coding_Standards).
102102
Please make sure that you are at least roughly familiar with those guidelines.
103103

104-
The code style is automatically checked for commits (including pull requests) using [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
104+
The code style is automatically checked for commits (including pull requests) using [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).
105105
You can check your code against the configured ruleset yourself by running
106106
`./vendor/bin/phpcs --standard=phpcs.xml your-edited-file.php` (assuming `composer install` has been executed) or the Robo task `robo test:cs` for a complete scan.
107107

0 commit comments

Comments
 (0)