Passed
Push — master ( 6b9497...87098f )
by Diego
07:52
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
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         return LarachimpFacade::patch('lists/' . $this->listId . '/members/' . $subscriberHash, [
119 119
             'body' => json_encode([
120 120
                 'status' => $member->isSubscribedToMailchimpList() ? 'subscribed' : 'unsubscribed',
121
-        	]),
121
+            ]),
122 122
         ]);
123 123
     }
124 124
 
Please login to merge, or discard this patch.