mirror of
https://github.com/vrana/adminer.git
synced 2026-07-19 21:02:44 +02:00
Fix type of select_db()
This commit is contained in:
@@ -71,7 +71,7 @@ if (isset($_GET["elastic"])) {
|
||||
return ($return ? '' : $this->error);
|
||||
}
|
||||
|
||||
function select_db(string $database): bool {
|
||||
function select_db(string $database) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user