-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.neon
More file actions
18 lines (17 loc) · 753 Bytes
/
phpstan.neon
File metadata and controls
18 lines (17 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parameters:
level: 8
paths:
- src
- tests
- examples
parallel:
maximumNumberOfProcesses: 4
minimumNumberOfJobsPerProcess: 8
ignoreErrors:
- message: '#Method [a-zA-Z0-9_\\::\(\)]+ has parameter \$[a-zA-Z0-9_]+ with no value type specified in iterable type array#'
- message: '#Method [a-zA-Z0-9_\\::\(\)]+ return type has no value type specified in iterable type array#'
- message: '#Property [a-zA-Z0-9_\\::\$]+ type has no value type specified in iterable type array#'
- message: '#Construct empty\(\) is not allowed. Use more strict comparison#'
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon