Passed
Pull Request — master (#1)
by
unknown
01:14
created
src/Http/Controllers/LaraLogController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
             if ($value === trim('[stacktrace]') || $value === trim('"}') || trim($value) == null || preg_match('/^#[0-9]+[\' \']/', $value) || preg_match('/^\[previous exception\] \[object\]/', $value)) {
106 106
                 unset($this->singleLogs[$key]);
107 107
             }
108
-       }
108
+        }
109 109
     }
110 110
 
111 111
     private function deleteAdditionalDailyLogs($dailyLogs)
Please login to merge, or discard this patch.