[HttpClient] Fix typo

This commit is contained in:
Matthieu Mota 2020-03-14 19:44:21 +01:00 committed by Nicolas Grekas
parent f166fe5a16
commit 186ee831d7
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface,
private static $curlVersion;
/**
* @param array $defaultOptions Default requests' options
* @param array $defaultOptions Default request's options
* @param int $maxHostConnections The maximum number of connections to a single host
* @param int $maxPendingPushes The maximum number of pushed responses to accept in the queue
*

View File

@ -21,7 +21,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
final class HttpClient
{
/**
* @param array $defaultOptions Default requests' options
* @param array $defaultOptions Default request's options
* @param int $maxHostConnections The maximum number of connections to a single host
* @param int $maxPendingPushes The maximum number of pushed responses to accept in the queue
*

View File

@ -41,7 +41,7 @@ final class NativeHttpClient implements HttpClientInterface, LoggerAwareInterfac
private $multi;
/**
* @param array $defaultOptions Default requests' options
* @param array $defaultOptions Default request's options
* @param int $maxHostConnections The maximum number of connections to open
*
* @see HttpClientInterface::OPTIONS_DEFAULTS for available options