Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-04-05 12:23:16 +02:00
parent e838000795
commit bfbc9b303a

View File

@ -124,8 +124,9 @@ class FormTicket
/** /**
* Show the form to input ticket * Show the form to input ticket
* *
* @param int $withdolfichehead With dol_fiche_head * @param int $withdolfichehead With dol_fiche_head
* @return void * @param string Mode ('create' or 'edit')
* @return void
*/ */
public function showForm($withdolfichehead = 0, $mode = 'edit') public function showForm($withdolfichehead = 0, $mode = 'edit')
{ {