Skip to content

refactor: remove Safe usages (#235) #1293

refactor: remove Safe usages (#235)

refactor: remove Safe usages (#235) #1293

Triggered via push January 16, 2024 15:01
Status Success
Total duration 52s
Artifacts

infection.yml

on: push
Infection
40s
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])) {