Skip to content

Refactor DMLQueryBuilder #1242

Refactor DMLQueryBuilder

Refactor DMLQueryBuilder #1242

Triggered via pull request October 31, 2023 02:04
Status Success
Total duration 5m 13s
Artifacts

mutation.yml

on: pull_request
Matrix: mutation
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.1-ubuntu-latest: src/Schema.php#L521
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } elseif ($column->getSize() > 32) { $column->type(self::TYPE_BIGINT); } elseif ($column->getSize() === 32) { - $column->type(self::TYPE_INTEGER); + } } }