Fix indentation

This commit is contained in:
Zach Borboa
2016-07-04 02:12:06 -07:00
parent bfebb82adb
commit d1e2f71a5a
+3 -3
View File
@@ -1023,9 +1023,9 @@ class Curl
* @param $raw_response
*
* @return mixed
Provided the content-type is determined to be json or xml:
Returns stdClass object when the default json decoder is used and the content-type is json.
Returns SimpleXMLElement object when the default xml decoder is used and the content-type is xml.
* Provided the content-type is determined to be json or xml:
* Returns stdClass object when the default json decoder is used and the content-type is json.
* Returns SimpleXMLElement object when the default xml decoder is used and the content-type is xml.
*/
private function parseResponse($response_headers, $raw_response)
{