Bump to php 8 5 #432
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);
}
}
|