Merge branch 'MDL-80030-master' of https://github.com/micaherne/moodle
This commit is contained in:
+2
-2
@@ -3125,7 +3125,7 @@ class curl {
|
||||
public $rawresponse = array();
|
||||
/** @var array http header */
|
||||
public $header = array();
|
||||
/** @var string cURL information */
|
||||
/** @var array cURL information */
|
||||
public $info;
|
||||
/** @var string error */
|
||||
public $error;
|
||||
@@ -4190,7 +4190,7 @@ class curl {
|
||||
/**
|
||||
* Get curl information
|
||||
*
|
||||
* @return string
|
||||
* @return array
|
||||
*/
|
||||
public function get_info() {
|
||||
return $this->info;
|
||||
|
||||
Reference in New Issue
Block a user