Skip to content

Commit aa6f5d6

Browse files
authored
Merge pull request #134 from PHPCSStandards/feature/switch-to-fork-of-phpcs
Switch to PHPCSStandards/PHP_CodeSniffer
2 parents 509bf37 + 22b1c40 commit aa6f5d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

PHPCSDebug/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDebug" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDebug" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd">
33

44
<description>Sniffs which can be used as debugging tools for PHPCS developers</description>
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PHPCSDevTools for developers of PHP_CodeSniffer sniffs
2020

2121
</div>
2222

23-
This is a set of tools to assist developers of sniffs for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
23+
This is a set of tools to assist developers of sniffs for [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).
2424

2525
* [Installation](#installation)
2626
+ [Composer Project-based Installation](#composer-project-based-installation)
@@ -58,7 +58,7 @@ Composer will automatically install dependencies and register the PHPCSDebug sta
5858

5959
### Stand-alone Installation
6060

61-
* Install [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) via [your preferred method](https://github.com/squizlabs/PHP_CodeSniffer#installation).
61+
* Install [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) via [your preferred method](https://github.com/PHPCSStandards/PHP_CodeSniffer#installation).
6262
* Register the path to PHPCS in your system `$PATH` environment variable to make the `phpcs` command available from anywhere in your file system.
6363
* Download the [latest PHPCSDevTools release](https://github.com/PHPCSStandards/PHPCSDevTools/releases) and unzip/untar it into an arbitrary directory.
6464
You can also choose to clone this repository using git.

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--
66
#############################################################################
77
COMMAND LINE ARGUMENTS
8-
https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml
8+
https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-ruleset.xml
99
#############################################################################
1010
-->
1111

0 commit comments

Comments
 (0)