@@ -120,7 +120,7 @@ |
||
120 | 120 | $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings); |
121 | 121 | |
122 | 122 | $this->loop_provider->getMainLoop( |
123 | - function () use ($target_process_settings, $eg_address, $output): bool { |
|
123 | + function() use ($target_process_settings, $eg_address, $output): bool { |
|
124 | 124 | $output->writeln( |
125 | 125 | $this->executor_globals_reader->readCurrentFunctionName( |
126 | 126 | $target_process_settings->pid, |
@@ -122,7 +122,7 @@ |
||
122 | 122 | $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings); |
123 | 123 | |
124 | 124 | $this->loop_provider->getMainLoop( |
125 | - function () use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool { |
|
125 | + function() use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool { |
|
126 | 126 | $call_trace = $this->executor_globals_reader->readCallTrace( |
127 | 127 | $target_process_settings->pid, |
128 | 128 | $target_process_settings->php_version, |