This commit is contained in:
Laurent Destailleur 2023-01-02 00:06:15 +01:00
parent 7e22e1e7b4
commit a6847e9edc

View File

@ -111,7 +111,7 @@ class ActionsTicket
* @param int $id ID of ticket
* @param string $ref Reference of ticket
* @param string $track_id Track ID of ticket (for public area)
* @return void
* @return int <0 if KO, >0 if OK
*/
public function fetch($id = 0, $ref = '', $track_id = '')
{