Completed
Pull Request — master (#4)
by Gregorio
02:19
created
src/Connectors/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.