Completed
Branch master (fce0f0)
by Michaël
06:52 queued 13s
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         $this->clientId     = $clientId;
74 74
         $this->clientSecret = $clientSecret;
75 75
         $this->redirectUrl  = $redirectUrl;
76
-        $this->httpClient   = new HttpClient(['base_uri' => self::BASE_URI]);
76
+        $this->httpClient   = new HttpClient([ 'base_uri' => self::BASE_URI ]);
77 77
     }
78 78
 
79 79
     /**
Please login to merge, or discard this patch.