@@ -104,7 +104,7 @@ |
||
104 | 104 | $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings); |
105 | 105 | |
106 | 106 | $this->loop_provider->getMainLoop( |
107 | - function () use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool { |
|
107 | + function() use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool { |
|
108 | 108 | $call_trace = $this->executor_globals_reader->readCallTrace( |
109 | 109 | $target_process_settings->pid, |
110 | 110 | $eg_address, |
@@ -102,7 +102,7 @@ |
||
102 | 102 | $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings); |
103 | 103 | |
104 | 104 | $this->loop_provider->getMainLoop( |
105 | - function () use ($pid, $eg_address, $output): bool { |
|
105 | + function() use ($pid, $eg_address, $output): bool { |
|
106 | 106 | $output->writeln( |
107 | 107 | $this->executor_globals_reader->readCurrentFunctionName($pid, $eg_address) |
108 | 108 | ); |