Skip to content

Commit b293bb5

Browse files
committed
fix: cs
1 parent e1ebd47 commit b293bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Hooks/Illuminate/Http/KernelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function test_handles_worker_request_start_with_event_function()
234234
$method->setAccessible(true);
235235

236236
// Mock global event function
237-
if (!function_exists('event')) {
237+
if (! function_exists('event')) {
238238
eval('function event($name) { /* Mock implementation */ }');
239239
}
240240

0 commit comments

Comments
 (0)