File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ parameters:
12
12
- %currentWorkingDirectory%/SlevomatCodingStandard
13
13
14
14
bootstrapFiles :
15
- - %currentWorkingDirectory%/vendor/squizlabs /php_codesniffer/autoload.php
16
- - %currentWorkingDirectory%/vendor/squizlabs /php_codesniffer/src/Util/Tokens.php
15
+ - %currentWorkingDirectory%/vendor/phpcsstandards /php_codesniffer/autoload.php
16
+ - %currentWorkingDirectory%/vendor/phpcsstandards /php_codesniffer/src/Util/Tokens.php
17
17
excludePaths :
18
18
- %currentWorkingDirectory%/tests/*/data/*
19
19
ignoreErrors :
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 =" Slevomat Coding Standard" xsi : noNamespaceSchemaLocation =" ../vendor/squizlabs /php_codesniffer/phpcs.xsd" >
2
+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Slevomat Coding Standard" xsi : noNamespaceSchemaLocation =" ../vendor/phpcsstandards /php_codesniffer/phpcs.xsd" >
3
3
<config name =" php_version" value =" 70100" />
4
4
<arg name =" extensions" value =" php" />
5
5
<arg name =" tab-width" value =" 4" />
16
16
</rule >
17
17
18
18
<rule ref =" Generic.Arrays.ArrayIndent" >
19
- <exclude name =" Generic.Arrays.ArrayIndent.CloseBraceNotNewLine" /><!-- MultiLine items causes evaluation as multiLine array https://github.com/squizlabs /PHP_CodeSniffer/issues/1791 -->
19
+ <exclude name =" Generic.Arrays.ArrayIndent.CloseBraceNotNewLine" /><!-- MultiLine items causes evaluation as multiLine array https://github.com/phpcsstandards /PHP_CodeSniffer/issues/1791 -->
20
20
</rule >
21
21
<rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
22
22
<rule ref =" Generic.Classes.DuplicateClassName" />
Original file line number Diff line number Diff line change 19
19
"php" : " ^7.2 || ^8.0" ,
20
20
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.6.2 || ^0.7 || ^1.0" ,
21
21
"phpstan/phpdoc-parser" : " ^1.23.1" ,
22
- "squizlabs /php_codesniffer" : " ^3.7.1"
22
+ "phpcsstandards /php_codesniffer" : " ^3.7.1"
23
23
},
24
24
"require-dev" : {
25
25
"phing/phing" : " 2.17.4" ,
Original file line number Diff line number Diff line change 3
3
error_reporting (E_ALL );
4
4
5
5
require __DIR__ . '/../vendor/autoload.php ' ;
6
- require __DIR__ . '/../vendor/squizlabs /php_codesniffer/autoload.php ' ;
6
+ require __DIR__ . '/../vendor/phpcsstandards /php_codesniffer/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments