Skip to content

Commit d7973ff

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: [HttpClient] Fix typo [Mime] Fix boundary header ignore microseconds submitted by Edge
2 parents 6d6b4a2 + f82885c commit d7973ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CurlHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface,
5353
private static $curlVersion;
5454

5555
/**
56-
* @param array $defaultOptions Default requests' options
56+
* @param array $defaultOptions Default request's options
5757
* @param int $maxHostConnections The maximum number of connections to a single host
5858
* @param int $maxPendingPushes The maximum number of pushed responses to accept in the queue
5959
*

HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
final class HttpClient
2222
{
2323
/**
24-
* @param array $defaultOptions Default requests' options
24+
* @param array $defaultOptions Default request's options
2525
* @param int $maxHostConnections The maximum number of connections to a single host
2626
* @param int $maxPendingPushes The maximum number of pushed responses to accept in the queue
2727
*

NativeHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class NativeHttpClient implements HttpClientInterface, LoggerAwareInterfac
4141
private $multi;
4242

4343
/**
44-
* @param array $defaultOptions Default requests' options
44+
* @param array $defaultOptions Default request's options
4545
* @param int $maxHostConnections The maximum number of connections to open
4646
*
4747
* @see HttpClientInterface::OPTIONS_DEFAULTS for available options

0 commit comments

Comments
 (0)