Skip to content

Commit

Permalink
Merge pull request #236 from cnovak/patch-1
Browse files Browse the repository at this point in the history
Update client-common.rst
  • Loading branch information
joelwurtz committed Jun 21, 2018
2 parents 03e782c + ce2d7f7 commit a0c422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/client-common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This client wraps the HttpClient and provides convenience methods for common HTT
To be able to do that, it also wraps a message factory::

use Http\Discovery\HttpClientDiscovery;
use Http\Discovery\MessageFactoryDiscovery
use Http\Discovery\MessageFactoryDiscovery;

$client = new HttpMethodsClient(
HttpClientDiscovery::find(),
Expand Down

0 comments on commit a0c422e

Please sign in to comment.