Skip to content

Commit ae8f82d

Browse files
authored
Dependabot/composer/dev tools/infection/infection 0.21.0 (#462)
1 parent 36b34b2 commit ae8f82d

File tree

4 files changed

+85
-12
lines changed

4 files changed

+85
-12
lines changed

dev-tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"require-dev": {
66
"ergebnis/composer-normalize": "^2.13.2",
7-
"infection/infection": "^0.20.2",
7+
"infection/infection": "^0.21.0",
88
"kubawerlos/php-cs-fixer-config": "^1.8.0",
99
"kubawerlos/types-checker": "^2.0.0",
1010
"maglnet/composer-require-checker": "^2.1.0",

dev-tools/composer.lock

Lines changed: 75 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-tools/infection.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"Continue_": true,
5151
"DivEqual": true,
5252
"Division": true,
53+
"DoWhile": true,
5354
"Equal": true,
5455
"EqualIdentical": true,
5556
"Exponentiation": true,
@@ -77,10 +78,15 @@
7778
"NewObject": true,
7879
"NotEqual": true,
7980
"NotEqualNotIdentical": true,
81+
"NullSafeMethodCall": true,
82+
"NullSafePropertyCall": true,
8083
"OneZeroFloat": true,
8184
"PlusEqual": true,
8285
"PowEqual": true,
8386
"PregMatchMatches": true,
87+
"PregMatchRemoveCaret": true,
88+
"PregMatchRemoveDollar": true,
89+
"PregMatchRemoveFlags": true,
8490
"PregQuote": true,
8591
"ProtectedVisibility": true,
8692
"PublicVisibility": {
@@ -146,6 +152,7 @@
146152
"UnwrapTrim": true,
147153
"UnwrapUcFirst": true,
148154
"UnwrapUcWords": true,
155+
"While_": true,
149156
"YieldValue": true,
150157
"Yield_": true
151158
},

dev-tools/src/InfectionConfigBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
final class InfectionConfigBuilder
1919
{
2020
private const UNWANTED_MUTATORS = [
21+
'Concat',
22+
'ConcatOperandRemoval',
2123
'Decrement',
2224
'DecrementInteger',
2325
'FalseValue',

0 commit comments

Comments
 (0)