Skip to content

Commit

Permalink
Fix typo in docblock CurlClient::executeStreamingRequestWithRetries (
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowork authored Aug 11, 2021
1 parent 4b549e6 commit 3b42471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/HttpClient/CurlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,7 @@ private static function parseLineIntoHeaderArray($line, &$headers)
*
* @param array $opts cURL options
* @param string $absUrl
* @param callable @readBodyChunk
* @param mixed $readBodyChunk
* @param callable $readBodyChunk
*
* @return array
*/
Expand Down

0 comments on commit 3b42471

Please sign in to comment.