File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ public function cancel(): void;
95
95
* - response_headers (array) - an array modelled after the special $http_response_header variable
96
96
* - start_time (float) - the time when the request was sent or 0.0 when it's pending
97
97
* - url (string) - the last effective URL of the request
98
- * - user_data (mixed|null ) - the value of the "user_data" request option, null if not set
98
+ * - user_data (mixed) - the value of the "user_data" request option, null if not set
99
99
*
100
100
* When the "capture_peer_cert_chain" option is true, the "peer_certificate_chain"
101
101
* attribute SHOULD list the peer certificates as an array of OpenSSL X.509 resources.
102
102
*
103
103
* Other info SHOULD be named after curl_getinfo()'s associative return value.
104
104
*
105
- * @return array|mixed|null An array of all available info, or one of them when $type is
106
- * provided, or null when an unsupported type is requested
105
+ * @return array|mixed An array of all available info, or one of them when $type is
106
+ * provided, or null when an unsupported type is requested
107
107
*/
108
108
public function getInfo (string $ type = null );
109
109
}
You can’t perform that action at this time.
0 commit comments