Skip to content

chore(deps): remove thecodingmachine/phpstan-safe-rule #1286

chore(deps): remove thecodingmachine/phpstan-safe-rule

chore(deps): remove thecodingmachine/phpstan-safe-rule #1286

Triggered via pull request January 15, 2024 08:19
@simPodsimPod
synchronize #234
safe
Status Success
Total duration 1m 17s
Artifacts

infection.yml

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