Skip to content

chore(deps): drop psr/http-message v1 support (#219) #1236

chore(deps): drop psr/http-message v1 support (#219)

chore(deps): drop psr/http-message v1 support (#219) #1236

Triggered via push November 30, 2023 14:55
Status Success
Total duration 48s
Artifacts

infection.yml

on: push
Infection
36s
Infection
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Infection: src/Client/PsrClickHouseClient.php#L85
Escaped Mutant for Mutator "Identical": --- Original +++ New @@ @@ if ($values === []) { throw CannotInsert::noValues(); } - if ($columns === null) { + if ($columns !== null) { $firstRow = $values[array_key_first($values)]; $columns = array_keys($firstRow); if (is_int($columns[0])) {