Completed
Push — master ( 1ca570...c19287 )
by Lars
18:55
created
examples/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 echo '<hr style="width:200px;" />';
86 86
 $time_end = microtime_float();
87 87
 $time = $time_end - $time_start;
88
-echo 'Seconds to process: ' . $time . '<br />';
88
+echo 'Seconds to process: '.$time.'<br />';
89 89
 
90 90
 /**
91 91
  * @return float
Please login to merge, or discard this patch.