File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ This initial alpha release contains the following sniffs:
550550 Individual sub-types can be allowed by excluding specific error codes.
551551
552552[ Composer PHPCS plugin ] : https://github.com/PHPCSStandards/composer-installer
553- [ php_version-config ] : https://github.com/squizlabs /PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
553+ [ php_version-config ] : https://github.com/PHPCSStandards /PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
554554
555555[ Unreleased ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
556556[ 1.2.0 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Modernize" namespace =" PHPCSExtra\Modernize" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/squizlabs /PHP_CodeSniffer/master/phpcs.xsd" >
2+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Modernize" namespace =" PHPCSExtra\Modernize" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/PHPCSStandards /PHP_CodeSniffer/master/phpcs.xsd" >
33
44 <description >A collection of sniffs to detect code modernization opportunities.</description >
55</ruleset >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" NormalizedArrays" namespace =" PHPCSExtra\NormalizedArrays" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/squizlabs /PHP_CodeSniffer/master/phpcs.xsd" >
2+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" NormalizedArrays" namespace =" PHPCSExtra\NormalizedArrays" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/PHPCSStandards /PHP_CodeSniffer/master/phpcs.xsd" >
33
44 <description >A ruleset for PHP_CodeSniffer to check arrays for normalized format.</description >
55</ruleset >
Original file line number Diff line number Diff line change @@ -566,8 +566,8 @@ This code is released under the [GNU Lesser General Public License (LGPLv3)](LIC
566566[ gha-qa-results ] : https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/basics.yml
567567[ gha-test-results ] : https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/test.yml
568568
569- [ phpcs-gh ] : https://github.com/squizlabs /PHP_CodeSniffer
569+ [ phpcs-gh ] : https://github.com/PHPCSStandards /PHP_CodeSniffer
570570[ phpcsutils-gh ] : https://github.com/PHPCSStandards/PHPCSUtils
571571[ composer-installer-gh ] : https://github.com/PHPCSStandards/composer-installer
572572
573- [ php_version-config ] : https://github.com/squizlabs /PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
573+ [ php_version-config ] : https://github.com/PHPCSStandards /PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Universal" namespace =" PHPCSExtra\Universal" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/squizlabs /PHP_CodeSniffer/master/phpcs.xsd" >
2+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Universal" namespace =" PHPCSExtra\Universal" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/PHPCSStandards /PHP_CodeSniffer/master/phpcs.xsd" >
33
44 <description >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.</description >
55</ruleset >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments