mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-80030 filelib: Fix info type.
This commit is contained in:
parent
e4d1369475
commit
ec7a03985a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user