Fix phpcs
This commit is contained in:
parent
c215d534fc
commit
a1700e71be
@ -565,7 +565,7 @@ class Invoices extends DolibarrApi
|
||||
throw new RestException(500);
|
||||
}
|
||||
|
||||
return array(
|
||||
return array(
|
||||
'success' => array(
|
||||
'code' => 200,
|
||||
'message' => 'Invoice deleted'
|
||||
|
||||
@ -273,7 +273,7 @@ class SupplierOrders extends DolibarrApi
|
||||
throw new RestException(500);
|
||||
}
|
||||
|
||||
return array(
|
||||
return array(
|
||||
'success' => array(
|
||||
'code' => 200,
|
||||
'message' => 'Supplier order deleted'
|
||||
|
||||
@ -271,7 +271,7 @@ class MyModuleApi extends DolibarrApi
|
||||
throw new RestException(500, 'Error when deleting MyObject : '.$this->myobject->error);
|
||||
}
|
||||
|
||||
return array(
|
||||
return array(
|
||||
'success' => array(
|
||||
'code' => 200,
|
||||
'message' => 'MyObject deleted'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user