Skip to content

Commit 8d0f51a

Browse files
authored
Merge pull request #42 from PHPCSStandards/feature/switch-to-fork-of-phpcs
Switch to PHPCSStandards/PHP_CodeSniffer
2 parents 283d7e0 + 55bd1f6 commit 8d0f51a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ _Nothing yet._
6666
Initial release.
6767

6868
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
69-
[PHP_CodeSniffer]: https://github.com/squizlabs/php_codesniffer/
70-
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
69+
[PHP_CodeSniffer]: https://github.com/PHPCSStandards/php_codesniffer/
70+
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
7171

7272
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/main...HEAD
7373
[1.1.6]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.5...1.1.6

PHPCSDev/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="PHPCSDev" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDev" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd">
33

44
<description>A PSR-12 based standard for use by sniff developers to check the code style of external PHPCS standards</description>
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PHPCSDevCS for developers of PHP_CodeSniffer sniffs
1313
![Awesome](https://img.shields.io/badge/awesome%3F-yes!-brightgreen.svg)
1414

1515

16-
This is an external ruleset for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) intended for use by sniff developers.
16+
This is an external ruleset for [PHP CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) intended for use by sniff developers.
1717

1818
* [Installation](#installation)
1919
+ [Composer Project-based Installation](#composer-project-based-installation)

0 commit comments

Comments
 (0)