mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
trying to disable phpstan parallel processing
This commit is contained in:
@ -7,6 +7,8 @@ parameters:
|
||||
level: 6
|
||||
paths:
|
||||
- src
|
||||
parallel:
|
||||
maximumNumberOfProcesses: 1
|
||||
|
||||
checkMissingIterableValueType: true
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
|
||||
Reference in New Issue
Block a user