From f81591531831d8c8f000a5b3d647e24ebc6b6227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 22 Aug 2018 22:51:09 +0200 Subject: [PATCH 1/2] Update actions_ticket.class.php --- htdocs/ticket/class/actions_ticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php index fdfe342f35d..c88994a4ca2 100644 --- a/htdocs/ticket/class/actions_ticket.class.php +++ b/htdocs/ticket/class/actions_ticket.class.php @@ -951,7 +951,7 @@ class ActionsTicket * Print statut * * @param int $mode Display mode - * @return void + * @return string */ public function getLibStatut($mode = 0) { From 14dc7485230c34f203da06bcf6a39204bf0983d7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Aug 2018 01:40:27 +0200 Subject: [PATCH 2/2] Update actions_ticket.class.php --- htdocs/ticket/class/actions_ticket.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php index c88994a4ca2..061210fabd2 100644 --- a/htdocs/ticket/class/actions_ticket.class.php +++ b/htdocs/ticket/class/actions_ticket.class.php @@ -951,7 +951,7 @@ class ActionsTicket * Print statut * * @param int $mode Display mode - * @return string + * @return string Label of status */ public function getLibStatut($mode = 0) { @@ -978,8 +978,8 @@ class ActionsTicket /** * Get action title * - * @param string $action Type of action - * @return string + * @param string $action Type of action + * @return string Title of action */ public function getTitle($action = '') {