Completed
Push — master ( a54744...1a2e45 )
by Shinji
15s queued 12s
created
src/Command/Inspector/GetTraceCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/Command/Inspector/GetCurrentFunctionNameCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
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
                 );
Please login to merge, or discard this patch.