From f54916ee4dc294d17021ef643cc68417df7f6c5c Mon Sep 17 00:00:00 2001 From: Lamrani Abdel Date: Thu, 21 Mar 2024 15:57:57 +0100 Subject: [PATCH] Fix return type --- htdocs/expedition/class/api_shipments.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/class/api_shipments.class.php b/htdocs/expedition/class/api_shipments.class.php index 505c6f3a5a4..3f3aa064030 100644 --- a/htdocs/expedition/class/api_shipments.class.php +++ b/htdocs/expedition/class/api_shipments.class.php @@ -386,7 +386,7 @@ class Shipments extends DolibarrApi * * @url DELETE {id}/lines/{lineid} * - * @return int + * @return array * * @throws RestException 401 * @throws RestException 404