Skip to content

Commit 6b88914

Browse files
committed
Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components
1 parent 2df0f57 commit 6b88914

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AmpHttpClient.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ final class AmpHttpClient implements HttpClientInterface, LoggerAwareInterface,
5454
private $multi;
5555

5656
/**
57-
* @param array $defaultOptions Default requests' options
58-
* @param callable $clientConfigurator A callable that builds a {@see DelegateHttpClient} from a {@see PooledHttpClient};
59-
* passing null builds an {@see InterceptedHttpClient} with 2 retries on failures
60-
* @param int $maxHostConnections The maximum number of connections to a single host
61-
* @param int $maxPendingPushes The maximum number of pushed responses to accept in the queue
57+
* @param array $defaultOptions Default requests' options
58+
* @param callable|null $clientConfigurator A callable that builds a {@see DelegateHttpClient} from a {@see PooledHttpClient};
59+
* passing null builds an {@see InterceptedHttpClient} with 2 retries on failures
60+
* @param int $maxHostConnections The maximum number of connections to a single host
61+
* @param int $maxPendingPushes The maximum number of pushed responses to accept in the queue
6262
*
6363
* @see HttpClientInterface::OPTIONS_DEFAULTS for available options
6464
*/

0 commit comments

Comments
 (0)