We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03e782c + ce2d7f7 commit a0c422eCopy full SHA for a0c422e
components/client-common.rst
@@ -15,7 +15,7 @@ This client wraps the HttpClient and provides convenience methods for common HTT
15
To be able to do that, it also wraps a message factory::
16
17
use Http\Discovery\HttpClientDiscovery;
18
- use Http\Discovery\MessageFactoryDiscovery
+ use Http\Discovery\MessageFactoryDiscovery;
19
20
$client = new HttpMethodsClient(
21
HttpClientDiscovery::find(),
0 commit comments