Passed
Push — master ( 63c7d9...6a69b3 )
by Jon
01:58
created
src/FlatPlan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
                 'article/status/' . $articleId,
91 91
                 $this->getHeaders()
92 92
             );
93
-            $status   = json_decode((string) $response->getBody());
93
+            $status = json_decode((string) $response->getBody());
94 94
             return $status;
95 95
 
96 96
         } catch (\GuzzleHttp\Exception\BadResponseException $e) {
Please login to merge, or discard this patch.