From ed4aa5585700b0272e7ac495e848792d52a86d2f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 5 Apr 2020 15:46:10 +0200 Subject: [PATCH] Doxygen --- htdocs/core/class/html.formticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index ee7be63d22a..b688d408284 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -125,7 +125,7 @@ class FormTicket * Show the form to input ticket * * @param int $withdolfichehead With dol_fiche_head - * @param string Mode ('create' or 'edit') + * @param string $mode Mode ('create' or 'edit') * @return void */ public function showForm($withdolfichehead = 0, $mode = 'edit')