Completed
Push — master ( f0b5c5...305356 )
by Aleksandr
08:01
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.