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