Merge pull request #15387 from frederic34/patch-6

doxygen
This commit is contained in:
Laurent Destailleur 2020-11-13 17:08:25 +01:00 committed by GitHub
commit b9f1f6d909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,7 +252,7 @@ class PrestaShopWebservice
* Examples are given in the tutorial</p>
*
* @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</p>
*
* @param array $options Array representing resource to edit.
* @return SimpleXMLElement status_code, response
* @return SimpleXMLElement|boolean status_code, response
*
* @throw PrestaShopWebserviceException
*/