From ae2200cc712c091383826db787107a9ff527c0ff Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 8 Apr 2024 21:58:14 +0200 Subject: [PATCH] FIX phan error --- 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 2b52161abb4da..d0b56a2784b1d 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5107,7 +5107,7 @@ public function formSelectAccount($page, $selected = '', $htmlname = 'fk_account * @param int<0,3> $outputmode 0=HTML select string, 1=Array with full label only, 2=Array extended, 3=Array with full picto + label * @param int<0,1> $include [=0] Removed or 1=Keep only * @param string $morecss More CSS - * @param string $useempty 1=Add an empty value in list, 2=Add an empty value in list only if there is more than 2 entries. + * @param int $useempty 1=Add an empty value in list, 2=Add an empty value in list only if there is more than 2 entries. * @return string|array|array|array String list or Array of categories * @see select_categories() */