From efd5a94b24e6ccb9fb3a2fd47de628d2889ce028 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 7 Jul 2015 08:42:22 +0530 Subject: [PATCH] Update doc comment Signed-off-by: Madhura Jayaratne --- libraries/server_variables.lib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/server_variables.lib.php b/libraries/server_variables.lib.php index d5312924dc..c340ee110d 100644 --- a/libraries/server_variables.lib.php +++ b/libraries/server_variables.lib.php @@ -282,9 +282,11 @@ function PMA_getHtmlForServerVariablesItems($variable_doc_links) * Returns Array of documentation links * * $variable_doc_links[string $name] = array( + * string $name, * string $anchor, * string $chapter, - * string $type); + * string $type, + * string $format); * string $name: name of the system variable * string $anchor: anchor to the documentation page * string $chapter: chapter of "HTML, one page per chapter" documentation