From 73e4e05bad6e905ef28370652b1742bb54e71db3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 27 Jan 2025 02:25:57 +0100 Subject: [PATCH] Fix phpstan --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 4fdb68e5ad2..43ce05648b1 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -9438,7 +9438,7 @@ class Form * If a saved selection of fields exists for user (into $user->conf->MAIN_SELECTEDFIELDS_contextofpage), we use this one instead of default. * * @param string $htmlname Name of HTML field - * @param array $array Array with array of fields we could show. This array may be modified according to setup of user. + * @param array $array Array with array of fields we could show. This array may be modified according to setup of user. * @param string $varpage Id of context for page. Can be set by caller with $varpage=(empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage); * @param string $pos Position colon on liste value 'left' or '' (meaning 'right'). * @return string HTML multiselect string