Skip to content

Commit

Permalink
fix infectino
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Mar 13, 2024
1 parent 6b9d11e commit d4fafce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@
"global-ignoreSourceCodeByRegex": [
"Assert::.*"
],
"Coalesce": {
ignore: [
"KevinGH\\Box\\Console\\Command\\Info\\RequirementsCommand::execute"
]
},
"IdenticalEqual": false,
"MethodCallRemoval": {
ignore: [
"KevinGH\\Box\\Console\\Command\\Info\\RequirementsCommand::execute"
]
},
"NotIdenticalNotEqual": false,
"PublicVisibility": false
}
Expand Down

0 comments on commit d4fafce

Please sign in to comment.