mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
AdminerLoginServers: Add comment (bug #965)
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerLoginServers {
|
||||
protected $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) {
|
||||
$this->servers = $servers;
|
||||
|
Reference in New Issue
Block a user