Skip to content

Commit 6ff4a2c

Browse files
committed
Update infection.json5
1 parent e2ec798 commit 6ff4a2c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

infection.json5

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"$schema": "vendor/infection/infection/resources/schema.json",
3-
"source": {
4-
"directories": [
5-
"src"
6-
]
7-
},
8-
"logs": {
9-
"text": "tmp/infection.log"
10-
},
11-
"mutators": {
12-
"@default": false,
13-
"PHPStan\\Infection\\TrinaryLogicMutator": true
14-
}
2+
"$schema": "vendor/infection/infection/resources/schema.json",
3+
"source": {
4+
"directories": [
5+
"src"
6+
]
7+
},
8+
"staticAnalysisTool": "phpstan",
9+
"logs": {
10+
"text": "tmp/infection.log"
11+
},
12+
"mutators": {
13+
"@default": false,
14+
"PHPStan\\Infection\\TrinaryLogicMutator": true
15+
}
1516
}

0 commit comments

Comments
 (0)