diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 6782fbc31a3..50d22620a20 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -17,7 +17,7 @@
* Copyright (C) 2012-2015 Raphaël Doursenaud
* Copyright (C) 2014-2023 Alexandre Spangaro
* Copyright (C) 2018-2022 Ferran Marcet
- * Copyright (C) 2018-2021 Frédéric France
+ * Copyright (C) 2018-2024 Frédéric France
* Copyright (C) 2018 Nicolas ZABOURI
* Copyright (C) 2018 Christophe Battarel
* Copyright (C) 2018 Josep Lluis Amador
@@ -2465,7 +2465,7 @@ class Form
* 'warehouseclosed' = count products from closed warehouses,
* 'warehouseinternal' = count products from warehouses for internal correct/transfer only
* @param array $selected_combinations Selected combinations. Format: array([attrid] => attrval, [...])
- * @param string $nooutput No print, return the output into a string
+ * @param int $nooutput No print if 1, return the output into a string
* @param int $status_purchase Purchase status: -1=No filter on purchase status, 0=Products not on purchase, 1=Products on purchase
* @return void|string
*/