Test Failed
Push — 0.3 ( c5ac0f...1929bf )
by Diego
02:49
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.
config/larachimp.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@  discard block
 block discarded – undo
41 41
     | from users
42 42
     |
43 43
     */
44
-   'list_id' => env('MAILCHIMP_LIST_ID', '123'),
44
+    'list_id' => env('MAILCHIMP_LIST_ID', '123'),
45 45
 
46
-   /*
46
+    /*
47 47
    |--------------------------------------------------------------------------
48 48
    | Log error level
49 49
    |--------------------------------------------------------------------------
@@ -53,6 +53,6 @@  discard block
 block discarded – undo
53 53
    | error: only logs errors
54 54
    |
55 55
    */
56
-   'log_level' => env('LARACHIMP_LOG_LEVEL', 'error'), // info, error
56
+    'log_level' => env('LARACHIMP_LOG_LEVEL', 'error'), // info, error
57 57
 
58 58
 ];
59 59
\ No newline at end of file
Please login to merge, or discard this patch.