@@ -113,7 +113,7 @@ |
||
113 | 113 | |
114 | 114 | $this->runPeriodically( |
115 | 115 | $sleep_nano_seconds, |
116 | - function () use ($pid, $eg_address, $depth, $output) { |
|
116 | + function() use ($pid, $eg_address, $depth, $output) { |
|
117 | 117 | $call_trace = $this->executor_globals_reader->readCallTrace( |
118 | 118 | $pid, |
119 | 119 | $eg_address, |
@@ -101,7 +101,7 @@ |
||
101 | 101 | |
102 | 102 | $this->runPeriodically( |
103 | 103 | $sleep_nano_seconds, |
104 | - function () use ($pid, $eg_address, $output) { |
|
104 | + function() use ($pid, $eg_address, $output) { |
|
105 | 105 | $output->writeln( |
106 | 106 | $this->executor_globals_reader->readCurrentFunctionName($pid, $eg_address) |
107 | 107 | ); |