We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea998f6 commit 37fa52dCopy full SHA for 37fa52d
1 file changed
src/Client.php
@@ -34,7 +34,7 @@ public function setBearerToken(string $bearerToken): Client
34
return $this;
35
}
36
37
- public function getHttpClient(HttpClientType $clientType) {
+ public function getHttpClient(HttpClientType $clientType): AbstractHttpClient {
38
return new $clientType->value($this);
39
40
0 commit comments