Skip to content

Commit 19d1ca7

Browse files
committed
fix interface compilance
1 parent 1688bae commit 19d1ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GrantType/ClientCredentials.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function getRawData(SignerInterface $clientCredentialsSigner, $refreshTok
6969

7070
$response = $this->client->send($request);
7171

72-
return json_decode($response->getBody(), true);
72+
return (array) json_decode($response->getBody(), true);
7373
}
7474

7575
/**

0 commit comments

Comments
 (0)