From 9d7fc43951985697c55f3aadc27dffd5321ac4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 14:37:20 +0200 Subject: [PATCH] Qual: Wrong type in method documentation --- htdocs/core/class/html.formadmin.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php index 6d570b70880..cf23a0871a5 100644 --- a/htdocs/core/class/html.formadmin.class.php +++ b/htdocs/core/class/html.formadmin.class.php @@ -199,9 +199,9 @@ class FormAdmin /** * Return combo list of available menu families * - * @param string $selected Menu pre-selected - * @param string $htmlname Name of html select - * @param string $dirmenuarray Directories to scan + * @param string $selected Menu pre-selected + * @param string $htmlname Name of html select + * @param string[] $dirmenuarray Directories to scan * @return void */ function select_menu_families($selected, $htmlname, $dirmenuarray)