Update infection/infection requirement from ^0.26.4 to ^0.28.1 #209
Annotations
2 errors and 1 warning
PHP: 8.2; Laravel: ^10.0; Prefer: prefer-lowest
Process completed with exit code 1.
|
Lint
Process completed with exit code 1.
|
Lint:
src/HasParameters.php#L174
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
return '0';
}
if ($value instanceof BackedEnum) {
- return (string) $value->value;
+ return $value->value;
}
return (string) $value;
}
|