Fix doxygen

This commit is contained in:
Laurent Destailleur 2020-02-20 13:00:27 +01:00
parent 7234d841e1
commit b41c1c10a0

View File

@ -439,8 +439,9 @@ class Contracts extends DolibarrApi
* @url DELETE {id}/lines/{lineid}
*
* @return int
* @throws 401
* @throws 404
*
* @throws RestException 401
* @throws RestException 404
*/
public function deleteLine($id, $lineid)
{