Skip to content

feat: do not filter out LoggerChain in LoggerChain (#213) #1219

feat: do not filter out LoggerChain in LoggerChain (#213)

feat: do not filter out LoggerChain in LoggerChain (#213) #1219

Triggered via push October 16, 2023 11:43
Status Success
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

infection.yml

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

Annotations

1 warning
Infection: src/Client/PsrClickHouseClient.php#L84
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])) {