File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ parameters:
1212 - %currentWorkingDirectory%/SlevomatCodingStandard
1313
1414 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
1717 excludePaths :
1818 - %currentWorkingDirectory%/tests/*/data/*
1919 ignoreErrors :
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 =" 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" >
33 <config name =" php_version" value =" 70100" />
44 <arg name =" extensions" value =" php" />
55 <arg name =" tab-width" value =" 4" />
1616 </rule >
1717
1818 <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 -->
2020 </rule >
2121 <rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
2222 <rule ref =" Generic.Classes.DuplicateClassName" />
Original file line number Diff line number Diff line change 1919 "php" : " ^7.2 || ^8.0" ,
2020 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6.2 || ^0.7 || ^1.0" ,
2121 "phpstan/phpdoc-parser" : " ^1.23.1" ,
22- "squizlabs /php_codesniffer" : " ^3.7.1"
22+ "phpcsstandards /php_codesniffer" : " ^3.7.1"
2323 },
2424 "require-dev" : {
2525 "phing/phing" : " 2.17.4" ,
You can’t perform that action at this time.
0 commit comments