Fix phpcs
This commit is contained in:
parent
98a0959b64
commit
51eaecdc6b
@ -424,8 +424,9 @@ class Mailing extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Delete emailing
|
* Delete emailing
|
||||||
*
|
*
|
||||||
* @param int $rowid id du mailing a supprimer
|
* @param int $rowid Id if emailing to delete
|
||||||
* @return int 1 en cas de succes
|
* @param int $notrigger Disable triggers
|
||||||
|
* @return int >0 if OK, <0 if KO
|
||||||
*/
|
*/
|
||||||
public function delete($rowid, $notrigger = 0)
|
public function delete($rowid, $notrigger = 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user