-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
25 lines (25 loc) · 1.13 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
level: 8
paths:
- src
- tests
checkMissingIterableValueType: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
message: '#Call to static method PHPUnit\\Framework\\Assert::assertIsString\(\) with .* will always evaluate to true\.#'
paths:
- %currentWorkingDirectory%/tests/ReservedWordsListTest.php
-
message: '#Call to static method PHPUnit\\Framework\\Assert::assertIsArray\(\) with .+ will always evaluate to true\.#'
paths:
- %currentWorkingDirectory%/tests/ReservedWordsListTest.php
-
message: '#Call to static method PHPUnit\\Framework\\Assert::assertArrayHasKey\(\) with .+ will always evaluate to true\.#'
paths:
- %currentWorkingDirectory%/tests/ReservedWordsListTest.php
includes:
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon