Skip to content

Commit 6bb245e

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: register attribute loader arguments in a forward-compatible way mark test using a Redis connection as an integration test ensure compatibility with Relay extension 0.20.0 [DependencyInjection] Fix `query_string` env processor for URLs without query string [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports [FrameworkBundle] Add missing `useAttributeAsKey` calls [DependencyInjection] Fix loose validation in #[Autowire] attribute [HttpClient] Fix releasing uploaded stream resources
2 parents 9d09f0b + 6dc935c commit 6bb245e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HttpClientTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ private static function normalizeBody($body, array &$normalizedHeaders = [])
354354
}
355355
}
356356
});
357+
$caster = null;
357358

358359
if ('' === $body = http_build_query($body, '', '&')) {
359360
return '';

0 commit comments

Comments
 (0)