Frédéric FRANCE 4 年之前
父节点
当前提交
f92b5e87dc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php

+ 2 - 2
htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php

@@ -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
 	 */