]> git.joonet.de Git - adminer.git/commitdiff
AdminerLoginServers: Add comment (bug #965)
authorJakub Vrana <jakub@vrana.cz>
Tue, 1 Apr 2025 16:55:34 +0000 (18:55 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 1 Apr 2025 16:55:34 +0000 (18:55 +0200)
plugins/login-servers.php

index 96391de061c811e0761d4f1fac7a965e1ca008ea..be54d59c85fb7691e6e32c68ad80e6f9a67546af 100644 (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;