Passed
Branch master (45f5ae)
by Morteza
01:46
created
src/routes/web.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 // Auth::routes();
4 4
 
5
-Route::middleware(['web'])->namespace('MoriTiza\LaraLog\Http\Controllers')->group(function () {
5
+Route::middleware(['web'])->namespace('MoriTiza\LaraLog\Http\Controllers')->group(function() {
6 6
     Route::get('logs', 'LaraLogController@index');
7 7
 });
Please login to merge, or discard this patch.
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.