Passed
Push — master ( c8c47e...12411c )
by Marcel
10:06
created
config/logging.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     'channels' => [
38 38
         'stack' => [
39 39
             'driver' => 'stack',
40
-            'channels' => ['stderr'],
40
+            'channels' => [ 'stderr' ],
41 41
             'ignore_exceptions' => false,
42 42
         ],
43 43
 
Please login to merge, or discard this patch.