From 14dc7485230c34f203da06bcf6a39204bf0983d7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Aug 2018 01:40:27 +0200 Subject: [PATCH] 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 = '') {