-
Notifications
You must be signed in to change notification settings - Fork 13
/
phpstan.neon
28 lines (28 loc) · 983 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
parameters:
level: 6
paths:
- src
fileExtensions:
- php
bootstrapFiles:
- ./vendor/autoload.php
ignoreErrors:
-
message: '#Variable method call on Pecee\\Pixie\\QueryBuilder\\Adapters\\BaseAdapter#'
path: %currentWorkingDirectory%/src/Pecee\Pixie\QueryBuilder\QueryBuilderHandler.php
-
message: '#Variable method call on \$this\(Pecee\\Pixie\\QueryBuilder\\QueryBuilderHandler\)#'
path: %currentWorkingDirectory%/src/Pecee\Pixie\QueryBuilder\QueryBuilderHandler.php
reportUnmatchedIgnoredErrors: true
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
parallel:
processTimeout: 300.0
jobSize: 10
maximumNumberOfProcesses: 4
minimumNumberOfJobsPerProcess: 4
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon