1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

PHPStan: Fix level 3 errors

This commit is contained in:
Jakub Vrana
2025-03-26 16:57:58 +01:00
parent 7e5757f8b4
commit 309fdb0d86
11 changed files with 48 additions and 43 deletions

View File

@@ -294,7 +294,7 @@ if (isset($_GET["elastic"])) {
}
}
return $this->conn->affected_rows;
return !!$this->conn->affected_rows;
}
function convertOperator($operator) {
@@ -528,7 +528,6 @@ if (isset($_GET["elastic"])) {
}
function found_rows($table_status, $where) {
return null;
}
/** Alter type