Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  [DI] fix typo
  • Loading branch information
nicolas-grekas committed May 30, 2020
2 parents 143718c + fa31260 commit d9506ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@ private function httpClientThatHasTracedRequests($tracedRequests): TraceableHttp

foreach ($tracedRequests as $request) {
$response = $httpClient->request($request['method'], $request['url'], $request['options'] ?? []);
$response->getContent(false); // To avoid exception in ResponseTrait::doDestruct
$response->getContent(false); // disables exceptions from destructors
}

return $httpClient;
Expand Down

0 comments on commit d9506ab

Please sign in to comment.