From 2f7b445c9eb7c7776274f6064d48ad804e2e8caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 10 Nov 2020 21:57:49 +0100 Subject: [PATCH] doxygen --- htdocs/adherents/class/api_subscriptions.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/class/api_subscriptions.class.php b/htdocs/adherents/class/api_subscriptions.class.php index 031a7d2b468..370de13c3a2 100644 --- a/htdocs/adherents/class/api_subscriptions.class.php +++ b/htdocs/adherents/class/api_subscriptions.class.php @@ -52,7 +52,7 @@ class Subscriptions extends DolibarrApi * Return an array with subscription informations * * @param int $id ID of subscription - * @return array|mixed data without useless information + * @return Object data without useless information * * @throws RestException */ @@ -168,7 +168,7 @@ class Subscriptions extends DolibarrApi * * @param int $id ID of subscription to update * @param array $request_data Datas - * @return int + * @return Object */ public function put($id, $request_data = null) {