Skip to content

Commit c35dd87

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9d9cfbf commit c35dd87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/log-viewer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
* $matches[7] - the log text, the rest of the text.
123123
*/
124124
'log_parsing_regex' => '/^\[(\d{4}-\d{2}-\d{2}[T ]\d{2}:\d{2}:\d{2}\.?(\d{6}([\+-]\d\d:\d\d)?)?)\](.*?(\w+)\.|.*?)('
125-
. implode('|', array_filter(Level::caseValues()))
126-
. ')?: (.*?)( in [\/].*?:[0-9]+)?$/is',
125+
.implode('|', array_filter(Level::caseValues()))
126+
.')?: (.*?)( in [\/].*?:[0-9]+)?$/is',
127127
],
128128
],
129129

src/LogViewerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function boot()
7272

7373
private function basePath(string $path): string
7474
{
75-
return __DIR__ . '/..' . $path;
75+
return __DIR__.'/..'.$path;
7676
}
7777

7878
private function isEnabled(): bool

0 commit comments

Comments
 (0)