From 10a58e5513d751452687d0c124aed0a6e9fe31a7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 May 2023 03:48:21 +0200 Subject: [PATCH] Fix phpdoc --- htdocs/societe/class/api_thirdparties.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index d8eb407ef27..ef7f3d00e89 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -657,8 +657,7 @@ class Thirdparties extends DolibarrApi * * @param int $id Id of thirdparty * @param int $category_id Id of category - * - * @return mixed + * @return Object|void * * @url POST {id}/categories/{category_id} */