Skip to content

Typecast refactoring #1171

Typecast refactoring

Typecast refactoring #1171

Triggered via pull request July 9, 2023 04:04
Status Success
Total duration 8m 1s
Artifacts

mutation.yml

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

Annotations

1 warning
PHP 8-ubuntu-latest: src/QueryBuilder.php#L60
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function getColumnType(ColumnInterface|string $type) : string { if ($type instanceof ColumnInterface && $type->getType() === SchemaInterface::TYPE_JSON) { - $type->check('[[{name}]] is null or json_valid([[{name}]])'); + $type = SchemaInterface::TYPE_JSON; } return parent::getColumnType($type); } }