mirror of
https://github.com/vrana/adminer.git
synced 2026-07-16 12:44:17 +02:00
PHPStan: Fix level 3 errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user