Passed
Push — develop ( f366cb...18deb4 )
by Stephen
03:18
created
src/Api/Client.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -106,8 +106,8 @@  discard block
 block discarded – undo
106 106
                         ],
107 107
                     ]
108 108
                 )
109
-                             ->getBody()
110
-                             ->getContents(),
109
+                                ->getBody()
110
+                                ->getContents(),
111 111
                 true
112 112
             )['access_token'];
113 113
         } catch (GuzzleException $e) {
@@ -198,8 +198,8 @@  discard block
 block discarded – undo
198 198
                         'body'    => json_encode($data ?? []),
199 199
                     ]
200 200
                 )
201
-                             ->getBody()
202
-                             ->getContents(),
201
+                                ->getBody()
202
+                                ->getContents(),
203 203
                 true
204 204
             );
205 205
         } catch (GuzzleException $e) {
Please login to merge, or discard this patch.