Completed
Push — master ( 7b51b5...9d49f5 )
by Blackred
04:48
created
src/Service/ComradeReader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
         CacheProvider $cache)
58 58
     {
59 59
         $this->url        = $apiUrl;
60
-        $this->secretToken     = $apiKey;
60
+        $this->secretToken = $apiKey;
61 61
         $this->serializer = $serializer;
62 62
         $this->cache      = $cache;
63 63
     }
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     protected function getClient()
69 69
     {
70 70
         if (!$this->client instanceof ClientInterface) {
71
-            $this->client     = new Client([
71
+            $this->client = new Client([
72 72
                 'headers' => [
73 73
                     'Content-Type' => 'application/json'
74 74
                 ],
Please login to merge, or discard this patch.