Passed
Push — master ( c4b978...30476f )
by Shinji
08:31
created
src/Command/Inspector/GetCurrentFunctionNameCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings);
121 121
 
122 122
         $this->loop_provider->getMainLoop(
123
-            function () use ($target_process_settings, $eg_address, $output): bool {
123
+            function() use ($target_process_settings, $eg_address, $output): bool {
124 124
                 $output->writeln(
125 125
                     $this->executor_globals_reader->readCurrentFunctionName(
126 126
                         $target_process_settings->pid,
Please login to merge, or discard this patch.
src/Command/Inspector/GetTraceCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
         $eg_address = $this->php_globals_finder->findExecutorGlobals($target_process_settings);
123 123
 
124 124
         $this->loop_provider->getMainLoop(
125
-            function () use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool {
125
+            function() use ($get_trace_settings, $target_process_settings, $eg_address, $output): bool {
126 126
                 $call_trace = $this->executor_globals_reader->readCallTrace(
127 127
                     $target_process_settings->pid,
128 128
                     $target_process_settings->php_version,
Please login to merge, or discard this patch.