Completed
Push — master ( f67e59...63ac9a )
by Philippe
02:25 queued 13s
created
Classes/Service/OAuth2/Client.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@  discard block
 block discarded – undo
19 19
     const ACCESS_TOKEN_MAC      = 3;
20 20
 
21 21
     /**
22
-    * Different Grant types
23
-    */
22
+     * Different Grant types
23
+     */
24 24
     const GRANT_TYPE_AUTH_CODE          = 'authorization_code';
25 25
     const GRANT_TYPE_PASSWORD           = 'password';
26 26
     const GRANT_TYPE_CLIENT_CREDENTIALS = 'client_credentials';
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
                 $curl_options[CURLOPT_POST] = true;
398 398
                 /* No break */
399 399
             case self::HTTP_METHOD_PUT:
400
-			case self::HTTP_METHOD_PATCH:
400
+            case self::HTTP_METHOD_PATCH:
401 401
 
402 402
                 /**
403 403
                  * Passing an array to CURLOPT_POSTFIELDS will encode the data as multipart/form-data,
Please login to merge, or discard this patch.