We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750905c commit 5756ec6Copy full SHA for 5756ec6
src/Credentials.php
@@ -85,7 +85,7 @@ private function getTokenPayload() {
85
* @throws GuzzleHttp\Exception\GuzzleException
86
* This exception is intentional
87
*/
88
- private function getToken($requestBody) : array {
+ private function getToken($requestBody) {
89
$client = new GuzzleHttp\Client();
90
$response = $client -> request(self::METHOD, self::TOKEN_URL,
91
array(self::CONTENT_TYPE => $requestBody, self::HTTP_ERRORS_OPTION => false));
0 commit comments