diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php
index a48cf36c117..ee7be63d22a 100644
--- a/htdocs/core/class/html.formticket.class.php
+++ b/htdocs/core/class/html.formticket.class.php
@@ -124,8 +124,9 @@ class FormTicket
/**
* Show the form to input ticket
*
- * @param int $withdolfichehead With dol_fiche_head
- * @return void
+ * @param int $withdolfichehead With dol_fiche_head
+ * @param string Mode ('create' or 'edit')
+ * @return void
*/
public function showForm($withdolfichehead = 0, $mode = 'edit')
{