@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings, $target_php_settings); |
53 | 53 | |
54 | 54 | $loop = $this->reader_loop_provider->getMainLoop( |
55 | - function () use ( |
|
55 | + function() use ( |
|
56 | 56 | $get_trace_settings, |
57 | 57 | $target_process_settings, |
58 | 58 | $target_php_settings, |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | $eg_address |
61 | 61 | ): Generator { |
62 | 62 | if ($loop_settings->stop_process and $this->process_stopper->stop($target_process_settings->pid)) { |
63 | - defer($_, fn () => $this->process_stopper->resume($target_process_settings->pid)); |
|
63 | + defer($_, fn() => $this->process_stopper->resume($target_process_settings->pid)); |
|
64 | 64 | } |
65 | 65 | $call_trace = $this->executor_globals_reader->readCallTrace( |
66 | 66 | $target_process_settings->pid, |