mirror of
https://github.com/vrana/adminer.git
synced 2026-01-05 07:10:38 +01:00
Doc-comments: Format
This commit is contained in:
@@ -65,8 +65,6 @@ if (isset($_GET["elastic"])) {
|
||||
return $this->rootQuery($path, $content, $method);
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
function connect(string $server, string $username, string $password): bool {
|
||||
preg_match('~^(https?://)?(.*)~', $server, $match);
|
||||
$this->url = ($match[1] ?: "http://") . urlencode($username) . ":" . urlencode($password) . "@$match[2]";
|
||||
|
||||
Reference in New Issue
Block a user