Skip to content

Commit 0a5be6c

Browse files
Merge branch '5.4' into 6.2
* 5.4: minor #49431 [Mailer][Translation] Remove some `static` occurrences that may cause unstable tests (alexandre-daubois) [Workflow] remove new lines from workflow metadata Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components [WebProfilerBundle] Render original (not encoded) email headers
2 parents 6ad5e4d + 6b88914 commit 0a5be6c

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
@@ -52,11 +52,11 @@ final class AmpHttpClient implements HttpClientInterface, LoggerAwareInterface,
5252
private AmpClientState $multi;
5353

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

0 commit comments

Comments
 (0)