Completed
Push — master ( f1c499...e64319 )
by Blackred
05:35
created
src/Service/ComradeReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         CacheProvider $cache)
57 57
     {
58 58
         $this->url        = $apiUrl;
59
-        $this->secretToken     = $apiKey;
59
+        $this->secretToken = $apiKey;
60 60
         $this->serializer = $serializer;
61 61
         $this->cache      = $cache;
62 62
         $this->client     = new Client([
Please login to merge, or discard this patch.