Skip to content

Do not use 8.1 in check.yml #3

Do not use 8.1 in check.yml

Do not use 8.1 in check.yml #3

Triggered via push October 22, 2025 11:44
Status Failure
Total duration 1m 2s
Artifacts

check.yml

on: push
Matrix: check / phpstan
Matrix: check / psalm
Matrix: check / test
Fit to window
Zoom out
Zoom in

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; } }