|
@@ -208,7 +208,7 @@ |
|
|
block discarded – undo |
|
208
|
208
|
private function getClientConfigAuthOauth2($config = []) |
|
209
|
209
|
{ |
|
210
|
210
|
$authClient = new Client(['base_uri' => $config['uri']]); |
|
211
|
|
- $grantType = '\\kamermans\\OAuth2\\GrantType\\'.studly_case($config['grant_type']); |
|
|
211
|
+ $grantType = '\\kamermans\\OAuth2\\GrantType\\' . studly_case($config['grant_type']); |
|
212
|
212
|
unset($config['uri']); |
|
213
|
213
|
unset($config['grant_type']); |
|
214
|
214
|
/** @var \kamermans\OAuth2\GrantType\GrantTypeInterface $grant_type */ |
Please login to merge, or discard this patch.