Skip to content

Commit 501879f

Browse files
committed
Update PHPCS repo links
1 parent 8bfeff0 commit 501879f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contributions/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Once you've done so, you'll have a fork in your GitHub account and a new remote
9898

9999
There are three types of automated tests:
100100

101-
* code style sniffers, implemented using [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer)
101+
* code style sniffers, implemented using [PHPCS](https://github.com/PHPCSStandards/PHP_CodeSniffer)
102102
* functional tests, implemented using [Behat](http://behat.org)
103103
* unit tests, implemented using [PHPUnit](http://phpunit.de/)
104104

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)