Completed
Push — master ( 6f9020...5d7a54 )
by Aleksandr
13:02 queued 04:50
created
src/AlexCk/MailchimpBundle/Service/MailChimp/MailChimpClientImpl.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function __construct(GuzzleClient $guzzleClient)
41 41
     {
42
-       $this->guzzleClient = $guzzleClient;
42
+        $this->guzzleClient = $guzzleClient;
43 43
     }
44 44
 
45 45
     public function configure(string $username, string $key, string $version): MailChimpClient
Please login to merge, or discard this patch.