File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ This initial alpha release contains the following sniffs:
550
550
Individual sub-types can be allowed by excluding specific error codes.
551
551
552
552
[ 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
554
554
555
555
[ Unreleased ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
556
556
[ 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 1
1
<?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" >
3
3
4
4
<description >A collection of sniffs to detect code modernization opportunities.</description >
5
5
</ruleset >
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
4
4
<description >A ruleset for PHP_CodeSniffer to check arrays for normalized format.</description >
5
5
</ruleset >
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ Minimum Requirements
46
46
-------------------------------------------
47
47
48
48
* PHP 5.4 or higher.
49
- * [ PHP_CodeSniffer] [ phpcs-gh ] version ** 3.7.1 ** or higher.
50
- * [ PHPCSUtils] [ phpcsutils-gh ] version ** 1.0.8 ** or higher.
49
+ * [ PHP_CodeSniffer] [ phpcs-gh ] version ** 3.8.0 ** or higher.
50
+ * [ PHPCSUtils] [ phpcsutils-gh ] version ** 1.0.9 ** or higher.
51
51
52
52
53
53
Installation
@@ -566,8 +566,8 @@ This code is released under the [GNU Lesser General Public License (LGPLv3)](LIC
566
566
[ gha-qa-results ] : https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/basics.yml
567
567
[ gha-test-results ] : https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/test.yml
568
568
569
- [ phpcs-gh ] : https://github.com/squizlabs /PHP_CodeSniffer
569
+ [ phpcs-gh ] : https://github.com/PHPCSStandards /PHP_CodeSniffer
570
570
[ phpcsutils-gh ] : https://github.com/PHPCSStandards/PHPCSUtils
571
571
[ composer-installer-gh ] : https://github.com/PHPCSStandards/composer-installer
572
572
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 1
1
<?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" >
3
3
4
4
<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 >
5
5
</ruleset >
Original file line number Diff line number Diff line change 22
22
},
23
23
"require" : {
24
24
"php" : " >=5.4" ,
25
- "squizlabs/php_codesniffer" : " ^3.7.1 " ,
26
- "phpcsstandards/phpcsutils" : " ^1.0.8 "
25
+ "squizlabs/php_codesniffer" : " ^3.8.0 " ,
26
+ "phpcsstandards/phpcsutils" : " ^1.0.9 "
27
27
},
28
28
"require-dev" : {
29
29
"php-parallel-lint/php-parallel-lint" : " ^1.3.2" ,
Original file line number Diff line number Diff line change 5
5
<!--
6
6
#############################################################################
7
7
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
9
9
#############################################################################
10
10
-->
11
11
You can’t perform that action at this time.
0 commit comments