Skip to content

Commit 4813bf9

Browse files
committed
Remove MBString profile in infection builder
1 parent 14ed158 commit 4813bf9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

infection.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
"LogicalOrAllSubExprNegation": true,
108108
"LogicalOrNegation": true,
109109
"LogicalOrSingleSubExprNegation": true,
110-
"MBString": true,
111110
"MatchArmRemoval": true,
112111
"MethodCallRemoval": true,
113112
"MinusEqual": true,

tools/src/InfectionConfigBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ final class InfectionConfigBuilder
4444
'IntegerNegation',
4545
'LessThan',
4646
'LessThanOrEqualTo',
47+
'MBString',
4748
'Minus',
4849
'NotIdentical',
4950
'NotIdenticalNotEqual', // @deprecated

0 commit comments

Comments
 (0)