Skip to content

Commit 37fa52d

Browse files
committed
Add missing return type
1 parent ea998f6 commit 37fa52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function setBearerToken(string $bearerToken): Client
3434
return $this;
3535
}
3636

37-
public function getHttpClient(HttpClientType $clientType) {
37+
public function getHttpClient(HttpClientType $clientType): AbstractHttpClient {
3838
return new $clientType->value($this);
3939
}
4040
}

0 commit comments

Comments
 (0)