Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-03-11 18:34:47 +01:00
parent 70490e2b4b
commit d28680e3ed

View File

@ -1141,7 +1141,7 @@ class Ticketsup extends CommonObject
return $this->libStatut($this->fk_statut, $mode); return $this->libStatut($this->fk_statut, $mode);
} }
/** /**
* Return status label of object * Return status label of object
* *
@ -1492,7 +1492,7 @@ class Ticketsup extends CommonObject
* Send notification of changes by email * Send notification of changes by email
* *
* @param User $user User that create * @param User $user User that create
* @param string $log_message Log message * @param string $message Log message
* @return int <0 if KO, >0 if OK (number of emails sent) * @return int <0 if KO, >0 if OK (number of emails sent)
*/ */
private function sendLogByEmail($user, $message) private function sendLogByEmail($user, $message)