Skip to content

Bump to php 8 5

Bump to php 8 5 #432

Triggered via pull request December 14, 2025 06:19
Status Success
Total duration 1m 14s
Artifacts

mutation.yml

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

Annotations

1 warning
PHP 8.5-ubuntu-latest: src/DbSchemaManager.php#L76
Escaped Mutant for Mutator "TrueValue": @@ @@ */ private function hasTable(string $table): bool { - return $this->db->getSchema()->hasTable($table, refresh: true); + return $this->db->getSchema()->hasTable($table, refresh: false); } }