We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d1357 commit 8de1487Copy full SHA for 8de1487
Provider/KeycloakResourceOwner.php
@@ -11,7 +11,7 @@ class KeycloakResourceOwner implements ResourceOwnerInterface
11
12
protected AccessToken $token;
13
14
- public function __construct(array $response = [], AccessToken $token)
+ public function __construct(array $response, AccessToken $token)
15
{
16
$this->response = $response;
17
$this->token = $token;
0 commit comments