Skip to content

Commit

Permalink
Minor fix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianaromagnoli committed Feb 22, 2021
1 parent fc5e54c commit ce7c131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ce7c131

Please sign in to comment.