Skip to content

Commit 58e765a

Browse files
committed
simplify
1 parent 01a9197 commit 58e765a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

infection.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
]
77
},
88
"staticAnalysisTool": "phpstan",
9-
"staticAnalysisToolOptions": "--level=8 src tests",
109
"logs": {
1110
"text": "tmp/infection.log"
1211
},

tests/Infection/TrinaryLogicMutator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function getDefinition(): Definition
1919
{
2020
return new Definition(
2121
<<<'TXT'
22-
Replaces TrinaryLogic->yes() with !TrinaryLogic->no()
22+
Replaces TrinaryLogic->yes() with !TrinaryLogic->no() and vice versa.
2323
TXT
2424
,
2525
MutatorCategory::ORTHOGONAL_REPLACEMENT,

0 commit comments

Comments
 (0)