Do not remove function and method calls

This commit is contained in:
Sebastian Bergmann 2024-04-04 08:07:15 +02:00
parent 4f62befcd6
commit c3fc36ffa7
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
] ]
}, },
"mutators": { "mutators": {
"@default": true "@default": true,
"FunctionCallRemoval": false,
"MethodCallRemoval": false
}, },
"minMsi": 100, "minMsi": 100,
"minCoveredMsi": 100 "minCoveredMsi": 100