trying to disable phpstan parallel processing

This commit is contained in:
Fabio Ivona
2021-11-15 20:54:47 +01:00
parent ffd4e6d577
commit f2a9b73b83

View File

@ -7,6 +7,8 @@ parameters:
level: 6
paths:
- src
parallel:
maximumNumberOfProcesses: 1
checkMissingIterableValueType: true
checkGenericClassInNonGenericObjectType: false