diff --git a/src/ApiClient.php b/src/ApiClient.php index c74e5ef7..2ec17953 100644 --- a/src/ApiClient.php +++ b/src/ApiClient.php @@ -289,7 +289,7 @@ private function generateTempFilePath(): string * @return array{access_token: string, refresh_token: string, expires_in: int, token_type: string, scope: string|null} * @throws GuzzleException */ - private function makeOauthRequest(string $body) + private function makeOauthRequest(string $body): array { $headers = [ 'Content-Type' => 'application/json',