We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6363a97 commit 749fd7cCopy full SHA for 749fd7c
clients/guzzle5-adapter.rst
@@ -28,7 +28,7 @@ like::
28
$config = [
29
// Config params
30
];
31
- $guzzle = new GuzzleClientClient($config);
+ $guzzle = new GuzzleClient($config);
32
33
Then create the adapter::
34
0 commit comments