0.1 #3
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 2 warnings
PHP 8.1 test on ubuntu-latest
Process completed with exit code 1.
|
PHP 8.2 test on ubuntu-latest
Process completed with exit code 1.
|
PHP 8.3 test on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.3 test on ubuntu-latest
The operation was canceled.
|
PHP 8.1 test on ubuntu-latest:
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;
|
PHP 8.2 test on ubuntu-latest:
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;
|