Test Failed
Push — master ( 1b5de9...de8311 )
by Diego
03:27
created
src/Traits/BasicLogging.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  */
9 9
 trait BasicLogging {
10 10
 
11
-	/**
11
+    /**
12 12
      * The logger to user
13 13
      * @var \Illuminate\Contracts\Logging\Log
14 14
      */
Please login to merge, or discard this patch.
src/Services/MailchimpManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         return LarachimpFacade::request('PATCH', 'lists/' . $this->listId . '/members/' . $subscriberHash, [
116 116
             'body' => json_encode([
117 117
                 'status' => $member->isSubscribedToMailchimpList() ? 'subscribed' : 'unsubscribed',
118
-        	]),
118
+            ]),
119 119
         ]);
120 120
     }
121 121
 
Please login to merge, or discard this patch.