Merge branch 'develop' into FunctionDeclaration

This commit is contained in:
Laurent Destailleur
2018-08-16 00:52:55 +02:00
committed by GitHub
127 changed files with 363 additions and 233 deletions

View File

@@ -83,6 +83,7 @@ class PrestaShopWebservice
* Take the status code and throw an exception if the server didn't return 200 or 201 code
*
* @param int $status_code Status code of an HTTP return
* @return void
*/
protected function checkStatusCode($status_code)
{