Skip to content

Commit 55bd1f6

Browse files
committed
Switch to PHPCSStandards/PHP_CodeSniffer
The Squizlabs repo has been abandoned. The project continues in a fork in the PHPCSStandards organisation. Ref: * squizlabs/PHP_CodeSniffer 3932
1 parent 283d7e0 commit 55bd1f6

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)