Passed
Push — master ( 636973...b0ad50 )
by Pavel
04:49
created
DataCollector/RpcProfiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             return;
53 53
         }
54 54
 
55
-        $this->calls[spl_object_hash($request)]['stop']     = $time;
55
+        $this->calls[spl_object_hash($request)]['stop'] = $time;
56 56
 
57 57
         // @todo: fix profiler memory issue
58 58
         //$this->calls[spl_object_hash($request)]['response'] = $response;
Please login to merge, or discard this patch.