Skip to content

Fix PHP <8.3 problems #4

Fix PHP <8.3 problems

Fix PHP <8.3 problems #4

Re-run triggered September 2, 2024 23:21
Status Failure
Total duration 30s
Artifacts

check.yml

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

Annotations

1 error and 3 warnings
psalm (lowest)
Process completed with exit code 255.
infection: src/Internal/ArrayMap.php#L48
Escaped Mutant for Mutator "InstanceOf_": @@ @@ } protected function doPutAll(iterable $values): void { - if ($values instanceof self) { + if (false) { $this->kvPairs = array_replace($this->kvPairs, $values->kvPairs); return; }
infection: src/MutableMap.php#L189
Escaped Mutant for Mutator "ProtectedVisibility": @@ @@ /** * @param iterable<K, V> $values */ - protected function doPutAll(iterable $values): void + private function doPutAll(iterable $values): void { foreach ($values as $key => $value) { $this->put($key, $value);
test (8.1, lowest)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1