Passed
Pull Request — master (#19)
by Frank
06:39
created
src/Convenience/OpenTransaction.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
             $this->type
115 115
         );
116 116
         $transaction = $transaction->withSpan(...$this->spanList)
117
-                                   ->inContext($this->context);
117
+                                    ->inContext($this->context);
118 118
 
119 119
         foreach ($this->markList as $group => $eventList) {
120 120
             foreach ($eventList as $event => $timestamp) {
Please login to merge, or discard this patch.