forked from pionl/smart-emailing-v3
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
28 lines (22 loc) · 777 Bytes
/
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
26
27
28
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-mockery/extension.neon
parameters:
parallel:
processTimeout: 600.0
paths:
- src
- tests
level: 8
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
-
messages:
- '#^Unreachable statement - code above always terminates\.#'
- '#.* deprecated .*#'
path: '*/tests/*'
-
message: '#^Class SmartEmailing\\v3\\Endpoints\\Eshops\\.* extends deprecated class SmartEmailing\\v3\\Endpoints\\Eshops\\AbstractEshopOrdersRequest.*#'