@@ -48,7 +48,7 @@ |
||
| 48 | 48 | ): Generator { |
| 49 | 49 | $trace_cache = new TraceCache(); |
| 50 | 50 | $loop = $this->reader_loop_provider->getMainLoop( |
| 51 | - function () use ( |
|
| 51 | + function() use ( |
|
| 52 | 52 | $get_trace_settings, |
| 53 | 53 | $target_process_descriptor, |
| 54 | 54 | $loop_settings, |
@@ -115,7 +115,7 @@ |
||
| 115 | 115 | |
| 116 | 116 | $trace_cache = new TraceCache(); |
| 117 | 117 | $this->loop_provider->getMainLoop( |
| 118 | - function () use ( |
|
| 118 | + function() use ( |
|
| 119 | 119 | $get_trace_settings, |
| 120 | 120 | $process_specifier, |
| 121 | 121 | $target_php_settings, |