Skip to content

refactor: remove Safe usages #1290

refactor: remove Safe usages

refactor: remove Safe usages #1290

Triggered via pull request January 16, 2024 11:30
@simPodsimPod
opened #235
safe
Status Success
Total duration 40s
Artifacts

infection.yml

on: pull_request
Infection
32s
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])) {