We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1688bae commit 19d1ca7Copy full SHA for 19d1ca7
src/GrantType/ClientCredentials.php
@@ -69,7 +69,7 @@ public function getRawData(SignerInterface $clientCredentialsSigner, $refreshTok
69
70
$response = $this->client->send($request);
71
72
- return json_decode($response->getBody(), true);
+ return (array) json_decode($response->getBody(), true);
73
}
74
75
/**
0 commit comments