Do not use 8.1 in check.yml #3
check.yml
on: push
check
/
composer
24s
check
/
php-cs-fixer
16s
check
/
rector
30s
check
/
infection
20s
Matrix: check / phpstan
Matrix: check / psalm
Matrix: check / test
Annotations
1 error and 1 warning
|
check / infection
Process completed with exit code 1.
|
|
check / infection:
src/TypedMap.php#L139
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
{
foreach ($data as $key => $value) {
\assert(\is_string($key));
- self::unserializeKey($key);
+
$this->values[$key] = $value;
}
}
|