Skip to content

Commit

Permalink
Merge pull request #42 from PHPCSStandards/feature/switch-to-fork-of-…
Browse files Browse the repository at this point in the history
…phpcs

Switch to PHPCSStandards/PHP_CodeSniffer
  • Loading branch information
jrfnl committed Dec 8, 2023
2 parents 283d7e0 + 55bd1f6 commit 8d0f51a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ _Nothing yet._
Initial release.

[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
[PHP_CodeSniffer]: https://github.com/squizlabs/php_codesniffer/
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
[PHP_CodeSniffer]: https://github.com/PHPCSStandards/php_codesniffer/
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility

[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/main...HEAD
[1.1.6]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.5...1.1.6
Expand Down
2 changes: 1 addition & 1 deletion PHPCSDev/ruleset.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDev" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDev" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd">

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHPCSDevCS for developers of PHP_CodeSniffer sniffs
![Awesome](https://img.shields.io/badge/awesome%3F-yes!-brightgreen.svg)


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

* [Installation](#installation)
+ [Composer Project-based Installation](#composer-project-based-installation)
Expand Down

0 comments on commit 8d0f51a

Please sign in to comment.