Passed
Push — master ( b55e8c...eee7a8 )
by Jon
01:40
created
src/FlatPlan.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 */
11 11
 class FlatPlan {
12 12
 
13
-    private $endpoint     = 'https://staging.flatplan.app/api/';
13
+    private $endpoint = 'https://staging.flatplan.app/api/';
14 14
 
15 15
     private $client;
16 16
     private $accessToken;
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
                 'article/status/' . $articleId,
90 90
                 $this->getHeaders()
91 91
             );
92
-            $status   = json_decode((string) $response->getBody());
92
+            $status = json_decode((string) $response->getBody());
93 93
             return $status;
94 94
 
95 95
         } catch (\GuzzleHttp\Exception\BadResponseException $e) {
Please login to merge, or discard this patch.