Skip to content

Commit e00ff7c

Browse files
authored
Fixes for Apple signature (#1126)
1 parent ba5bec4 commit e00ff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function revokeToken(string $token, string $hint = 'access_token')
286286
*
287287
* @throws \GuzzleHttp\Exception\GuzzleException
288288
*/
289-
public function refreshToken(string $refreshToken): ResponseInterface
289+
public function refreshToken($refreshToken): ResponseInterface
290290
{
291291
return $this->getHttpClient()->post($this->getTokenUrl(), [
292292
RequestOptions::FORM_PARAMS => [

0 commit comments

Comments
 (0)