Skip to content

Add badges

Add badges #6

Triggered via push September 2, 2024 23:52
Status Success
Total duration 1m 9s
Artifacts

check.yml

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

Annotations

2 warnings
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);