Skip to content

Commit 5756ec6

Browse files
committed
Missing changes for 95d29f2
* Removed PHP@7.2's syntax
1 parent 750905c commit 5756ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Credentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private function getTokenPayload() {
8585
* @throws GuzzleHttp\Exception\GuzzleException
8686
* This exception is intentional
8787
*/
88-
private function getToken($requestBody) : array {
88+
private function getToken($requestBody) {
8989
$client = new GuzzleHttp\Client();
9090
$response = $client -> request(self::METHOD, self::TOKEN_URL,
9191
array(self::CONTENT_TYPE => $requestBody, self::HTTP_ERRORS_OPTION => false));

0 commit comments

Comments
 (0)