Closed
Closed
Copy link
Description
Symfony version(s) affected: 4.4.21
Description
when executing my Functional tests:
1x: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options
How to reproduce
instance any http client in sf 4.4.21
Possible Solution
back port the fix that has be done in 5.3
Additional context
#40893