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.
1 parent 1924cd5 commit a60b54dCopy full SHA for a60b54d
doc/customize.md
@@ -21,7 +21,7 @@ As timeout configuration is not compatible with HTTP client abstraction, you hav
21
an explicit HTTP client implementation.
22
23
```php
24
-$httpClient = Http\Adapter\Guzzle6::createWithConfig([
+$httpClient = Http\Adapter\Guzzle6\Client::createWithConfig([
25
'timeout' => 1.0
26
]);
27
$client = Gitlab\Client::createWithHttpClient($httpClient);
0 commit comments