Merge pull request #11998 from frederic34/patch-14

Update api_invoices.class.php for doxygen
This commit is contained in:
Laurent Destailleur 2019-10-01 11:15:11 +02:00 committed by GitHub
commit 1954cb201d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,7 @@ class Invoices extends DolibarrApi
* *
* @url PUT {id}/lines/{lineid} * @url PUT {id}/lines/{lineid}
* *
* @return object * @return array
* *
* @throws 200 * @throws 200
* @throws 304 * @throws 304
@ -423,7 +423,7 @@ class Invoices extends DolibarrApi
* *
* @url DELETE {id}/contact/{rowid} * @url DELETE {id}/contact/{rowid}
* *
* @return int * @return array
* @throws 401 * @throws 401
* @throws 404 * @throws 404
* @throws 500 * @throws 500