mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
AdminerLoginServers: Add comment (bug #965)
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerLoginServers {
|
|||||||
protected $servers;
|
protected $servers;
|
||||||
|
|
||||||
/** Set supported servers
|
/** Set supported servers
|
||||||
* @param array{server:string, driver:string}[] $servers [$description => ["server" => , "driver" => "server|pgsql|sqlite|..."]]
|
* @param array{server:string, driver:string}[] $servers [$description => ["server" => , "driver" => "server|pgsql|sqlite|..."]], note that the driver for MySQL is called 'server'
|
||||||
*/
|
*/
|
||||||
function __construct(array $servers) {
|
function __construct(array $servers) {
|
||||||
$this->servers = $servers;
|
$this->servers = $servers;
|
||||||
|
Reference in New Issue
Block a user