1
0
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:
Jakub Vrana
2025-04-01 18:55:34 +02:00
parent 06469660e8
commit 634b0aaacf

View File

@@ -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;