8000 Merge branch '7.2' into 7.3 · symfony/symfony@d549e9c · GitHub
[go: up one dir, main page]

Skip to content

Commit d549e9c

Browse files
Merge branch '7.2' into 7.3
* 7.2: [HttpClient] fix merge up
2 parents 3cb2479 + 42f9aa4 commit d549e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/Response/AmpResponseV5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private static function schedule(self $response, array &$runningResponses): void
162162
/**
163163
* @param AmpClientStateV5 $multi
164164
*/
165-
private static function perform(ClientState $multi, ?array &$responses = null): void
165+
private static function perform(ClientState $multi, ?array $responses = null): void
166166
{
167167
if ($responses) {
168168
foreach ($responses as $response) {

0 commit comments

Comments
 (0)
0