diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index c53d732169a..c8229577a5a 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -2200,8 +2200,8 @@ class Ticket extends CommonObject /** * Retrieve information about internal contacts * - * @param int $status Status of user or company - * @return array Array with datas : firstname, lastname, socid (-1 for internal users), email, code, libelle, status + * @param int $status Status of user or company array + * @return array Array with datas : firstname, lastname, socid (-1 for internal users), email, code, libelle, status */ public function getInfosTicketInternalContact($status = -1) { @@ -2295,7 +2295,7 @@ class Ticket extends CommonObject * @param int $list 0:Return array contains all properties, 1:Return array contains just id * @param string $code Filter on this code of contact type ('SHIPPING', 'BILLING', ...) * @param int $status Status of user or company - * @return array|int Array of array('email'=>..., 'lastname'=>...) + * @return array|int Array of array('email'=>..., 'lastname'=>...) */ public function listeContact($statusoflink = -1, $source = 'external', $list = 0, $code = '', $status = -1) {