Skip to content

Commit 2e089ba

Browse files
Fix code styling
1 parent afaacaf commit 2e089ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nightwatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'enabled' => env('NIGHTWATCH_ENABLED', true),
55
'token' => env('NIGHTWATCH_TOKEN'),
6-
'deployment' => env('NIGHTWATCH_DEPLOY', rescue(fn () => trim((string) shell_exec('git describe --tags 2>/dev/null || git rev-parse --short HEAD 2>/dev/null')), '', false)),
6+
'deployment' => env('NIGHTWATCH_DEPLOY', rescue(static fn () => trim((string) shell_exec('git describe --tags 2>/dev/null || git rev-parse --short HEAD 2>/dev/null')), '', false)),
77
'server' => env('NIGHTWATCH_SERVER', (string) gethostname()),
88
'capture_exception_source_code' => env('NIGHTWATCH_CAPTURE_EXCEPTION_SOURCE_CODE', true),
99
'redact_headers' => explode(',', env('NIGHTWATCH_REDACT_HEADERS', 'Authorization,Cookie,Proxy-Authorization,X-XSRF-TOKEN')),

0 commit comments

Comments
 (0)