Passed
Push — master ( a1a364...8f1d72 )
by Alec
02:48
created
src/Tools/Reports/Formatters/ProfilerReportFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
                 $r .= $report;
32 32
             }
33 33
         }
34
-        return $r . $elapsed;
34
+        return $r.$elapsed;
35 35
     }
36 36
 //    public function getString(): string
37 37
 //    {
Please login to merge, or discard this patch.