@@ -104,7 +104,7 @@ |
||
104 | 104 | $eg_address = $this->php_globals_finder->findExecutorGlobals($pid); |
105 | 105 | |
106 | 106 | $this->loop_provider->getMainLoop( |
107 | - function () use ($pid, $eg_address, $output): bool { |
|
107 | + function() use ($pid, $eg_address, $output): bool { |
|
108 | 108 | $output->writeln( |
109 | 109 | $this->executor_globals_reader->readCurrentFunctionName($pid, $eg_address) |
110 | 110 | ); |
@@ -116,7 +116,7 @@ |
||
116 | 116 | $eg_address = $this->php_globals_finder->findExecutorGlobals($pid); |
117 | 117 | |
118 | 118 | $this->loop_provider->getMainLoop( |
119 | - function () use ($pid, $eg_address, $depth, $output): bool { |
|
119 | + function() use ($pid, $eg_address, $depth, $output): bool { |
|
120 | 120 | $call_trace = $this->executor_globals_reader->readCallTrace( |
121 | 121 | $pid, |
122 | 122 | $eg_address, |