mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Fix indentation
This commit is contained in:
+3
-3
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user