0.1 #3
Annotations
1 error and 1 warning
|
src/Message.php#L32
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
{
$array = [];
foreach ($translate as $key => $value) {
- $value = (string) $value;
+ $value = $value;
$array["%{$key}%"] = $value;
$array["{{{$key}}}"] = $value;
$array["{{ {$key} }}"] = $value;
|
The logs for this run have expired and are no longer available.
Loading