@@ -85,7 +85,7 @@ |
||
85 | 85 | $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings->pid); |
86 | 86 | |
87 | 87 | $this->loop_provider->getMainLoop( |
88 | - function () use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool { |
|
88 | + function() use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool { |
|
89 | 89 | $call_trace = $this->executor_globals_reader->readCallTrace( |
90 | 90 | $target_process_settings->pid, |
91 | 91 | $eg_address, |