Merge pull request #9285 from frederic34/patch-21

Update actions_ticket.class.php
This commit is contained in:
Laurent Destailleur 2018-08-28 01:40:33 +02:00 committed by GitHub
commit fc897a8b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -951,7 +951,7 @@ class ActionsTicket
* Print statut
*
* @param int $mode Display mode
* @return void
* @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 = '')
{