Skip to content

Commit df34bc8

Browse files
Hans Loosdmzoneill
authored andcommitted
fix variable name in docblock
1 parent 9cd5b75 commit df34bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-binance-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ protected function httpRequest(string $url, string $method = "GET", array $param
12331233
/**
12341234
* Converts the output of the CURL header to an array
12351235
*
1236-
* @param $response string containing the response
1236+
* @param $header string containing the response
12371237
* @return array headers converted to an array
12381238
*/
12391239
public function get_headers_from_curl_response(string $header)

0 commit comments

Comments
 (0)