Skip to content

Commit 5c9b42e

Browse files
Backport type fixes
1 parent 78bd379 commit 5c9b42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response/CurlResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private static function select(ClientState $multi, float $timeout): int
316316
/**
317317
* Parses header lines as curl yields them to us.
318318
*/
319-
private static function parseHeaderLine($ch, string $data, array &$info, array &$headers, ?array $options, CurlClientState $multi, int $id, ?string &$location, ?callable $resolveRedirect, ?LoggerInterface $logger, &$content = null): int
319+
private static function parseHeaderLine($ch, string $data, array &$info, array &$headers, ?array $options, CurlClientState $multi, int $id, ?string &$location, ?callable $resolveRedirect, ?LoggerInterface $logger): int
320320
{
321321
$waitFor = @curl_getinfo($ch, \CURLINFO_PRIVATE) ?: '_0';
322322

0 commit comments

Comments
 (0)