From 65f90136349a0210cb74f5b76163010cfec0acff Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Wed, 29 Aug 2018 11:35:51 +0200 Subject: [PATCH] Update api_contracts.class.php --- htdocs/contrat/class/api_contracts.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/class/api_contracts.class.php b/htdocs/contrat/class/api_contracts.class.php index 61c548c4f50..a13fdc3e9c3 100644 --- a/htdocs/contrat/class/api_contracts.class.php +++ b/htdocs/contrat/class/api_contracts.class.php @@ -61,7 +61,7 @@ class Contracts extends DolibarrApi * * @param int $id ID of contract * @return array|mixed data without useless information - * + * * @throws RestException */ function get($id)