Passed
Push — develop ( ff5603...55816e )
by Mykola
04:41
created
engine/library/Db.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             $this->log['query_total_time'] = 0;
74 74
         }
75 75
 
76
-        $this->log['query_total_time'] = (float) $this->log['query_total_time'] + (float) $exec_time;
76
+        $this->log['query_total_time'] = (float)$this->log['query_total_time'] + (float)$exec_time;
77 77
         $this->log['file']  = $pureFile;
78 78
         $this->log['time']  = $exec_time;
79 79
         $this->log['query'] = \SqlFormatter::format($sql);
Please login to merge, or discard this patch.