Skip to content

Commit 13fe287

Browse files
committed
enable PHPStan\Infection\TrinaryLogicMutator per default
1 parent 20e6db2 commit 13fe287

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/infection.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"text": "tmp/infection.log"
1212
},
1313
"mutators": {
14-
"@default": false
14+
"@default": false,
15+
"PHPStan\\Infection\\TrinaryLogicMutator": true
1516
},
1617
"bootstrap": "build-infection/vendor/autoload.php"
1718
}

0 commit comments

Comments
 (0)