We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ed158 commit 4813bf9Copy full SHA for 4813bf9
infection.json5
@@ -107,7 +107,6 @@
107
"LogicalOrAllSubExprNegation": true,
108
"LogicalOrNegation": true,
109
"LogicalOrSingleSubExprNegation": true,
110
- "MBString": true,
111
"MatchArmRemoval": true,
112
"MethodCallRemoval": true,
113
"MinusEqual": true,
tools/src/InfectionConfigBuilder.php
@@ -44,6 +44,7 @@ final class InfectionConfigBuilder
44
'IntegerNegation',
45
'LessThan',
46
'LessThanOrEqualTo',
47
+ 'MBString',
48
'Minus',
49
'NotIdentical',
50
'NotIdenticalNotEqual', // @deprecated
0 commit comments