forked from alma-oss/php-coding-standard
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
15 lines (15 loc) · 861 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
level: 7
paths:
- src/
- tests/
bootstrapFiles:
- vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/autoload.php
- vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/src/Util/Tokens.php
ignoreErrors:
- path: %currentWorkingDirectory%/tests/Fixer/SpecifyArgSeparatorFixerTest.php
message: '#Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
- path: %currentWorkingDirectory%/tests/Integration/CodingStandardTest.php
message: '#Parameter \#2 \$actualString of method PHPUnit\\Framework\\Assert::assertStringEqualsFile\(\) expects string, string\|false given#'
- identifier: missingType.iterableValue
path: %currentWorkingDirectory%/tests/*