File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ parameters:
13
13
- PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer
14
14
15
15
skip :
16
+ PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\AssignmentInConditionSniff :
17
+ - src/phpDocumentor/Reflection/Middleware/ChainFactory.php
16
18
PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff :
17
19
- */tests/**
18
20
PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff :
@@ -34,3 +36,6 @@ parameters:
34
36
- tests/unit/phpDocumentor/Reflection/Php/Interface_Test.php
35
37
- tests/unit/phpDocumentor/Reflection/Php/Namespace_Test.php
36
38
- tests/unit/phpDocumentor/Reflection/Php/Trait_Test.php
39
+ SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff :
40
+ - tests/component/project/Luigi/Pizza.php
41
+ - tests/example.file.php
You can’t perform that action at this time.
0 commit comments