Skip to content

Commit fd13365

Browse files
authored
Update PHP_CodeSniffer repository link (#314)
1 parent 67c51a8 commit fd13365

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.readme-partials/USING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To make use of the WP-CLI testing framework, you need to complete the following
7575
</ruleset>
7676
```
7777
78-
All other [PHPCS configuration options](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset) are, of course, available.
78+
All other [PHPCS configuration options](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-Ruleset) are, of course, available.
7979
6. Update your composer dependencies and regenerate your autoloader and binary folders:
8080
```bash
8181
composer update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To make use of the WP-CLI testing framework, you need to complete the following
8686
</ruleset>
8787
```
8888
89-
All other [PHPCS configuration options](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset) are, of course, available.
89+
All other [PHPCS configuration options](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-Ruleset) are, of course, available.
9090
6. Update your composer dependencies and regenerate your autoloader and binary folders:
9191
```bash
9292
composer update

WP_CLI_CS/ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
To include this ruleset in a WP-CLI project, use `rule ref="WP_CLI_CS"` in brackets.
88
See the instructions in the README/USING for an example.
99
10-
For help using PHPCS: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage
11-
For help understanding this file: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml
10+
For help using PHPCS: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Usage
11+
For help understanding this file: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-ruleset.xml
1212
-->
1313

1414
<!--
@@ -18,7 +18,7 @@
1818
-->
1919

2020
<!-- Ignoring select files/folders for all projects.
21-
https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-files-and-folders -->
21+
https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-files-and-folders -->
2222
<exclude-pattern>*/.git/*</exclude-pattern>
2323
<exclude-pattern>*/node_modules/*</exclude-pattern>
2424
<exclude-pattern>*/vendor/*</exclude-pattern>

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!--
66
#############################################################################
77
COMMAND LINE ARGUMENTS
8-
For help understanding this file: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml
9-
For help using PHPCS: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage
8+
For help understanding this file: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-ruleset.xml
9+
For help using PHPCS: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Usage
1010
#############################################################################
1111
-->
1212

0 commit comments

Comments
 (0)