diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a619724..0341ff49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -550,7 +550,7 @@ This initial alpha release contains the following sniffs: Individual sub-types can be allowed by excluding specific error codes. [Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer -[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version +[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version [Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD [1.2.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0 diff --git a/Modernize/ruleset.xml b/Modernize/ruleset.xml index 57e341ba..c30d745d 100644 --- a/Modernize/ruleset.xml +++ b/Modernize/ruleset.xml @@ -1,5 +1,5 @@ - + A collection of sniffs to detect code modernization opportunities. diff --git a/NormalizedArrays/ruleset.xml b/NormalizedArrays/ruleset.xml index ce35adb5..69c54a8e 100644 --- a/NormalizedArrays/ruleset.xml +++ b/NormalizedArrays/ruleset.xml @@ -1,5 +1,5 @@ - + A ruleset for PHP_CodeSniffer to check arrays for normalized format. diff --git a/README.md b/README.md index 9e70026a..726d354e 100644 --- a/README.md +++ b/README.md @@ -566,8 +566,8 @@ This code is released under the [GNU Lesser General Public License (LGPLv3)](LIC [gha-qa-results]: https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/basics.yml [gha-test-results]: https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/test.yml -[phpcs-gh]: https://github.com/squizlabs/PHP_CodeSniffer +[phpcs-gh]: https://github.com/PHPCSStandards/PHP_CodeSniffer [phpcsutils-gh]: https://github.com/PHPCSStandards/PHPCSUtils [composer-installer-gh]: https://github.com/PHPCSStandards/composer-installer -[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version +[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version diff --git a/Universal/ruleset.xml b/Universal/ruleset.xml index 33067f2b..6c591eb7 100644 --- a/Universal/ruleset.xml +++ b/Universal/ruleset.xml @@ -1,5 +1,5 @@ - + A collection of universal sniffs. This standard is not designed to be used to check code. Include individual sniffs from this standard in a custom ruleset instead. diff --git a/phpcs.xml.dist b/phpcs.xml.dist index fd117cfe..86ffb0cb 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,7 +5,7 @@