From f92b5e87dc6bb3b4695d3b512dc0bbb5f18fa22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 13 Nov 2020 14:35:04 +0100 Subject: [PATCH] doxygen --- htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php b/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php index 201191d1262..0bd03301389 100644 --- a/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php +++ b/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php @@ -252,7 +252,7 @@ class PrestaShopWebservice * Examples are given in the tutorial

* * @param array $options Options - * @return SimpleXMLElement status_code, response + * @return SimpleXMLElement|boolean status_code, response * * @throw PrestaShopWebserviceException */ @@ -379,7 +379,7 @@ class PrestaShopWebservice * Examples are given in the tutorial

* * @param array $options Array representing resource to edit. - * @return SimpleXMLElement status_code, response + * @return SimpleXMLElement|boolean status_code, response * * @throw PrestaShopWebserviceException */