1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

Code cleanup

This commit is contained in:
Cameron
2020-12-18 19:55:12 -08:00
parent 2b8a3cff60
commit 5b82c292b1
80 changed files with 1888 additions and 1731 deletions

View File

@@ -49,7 +49,7 @@ class e_benchmark
/**
* Start timer
* @return benchmark
* @return e_benchmark
*/
public function start()
{
@@ -59,7 +59,7 @@ class e_benchmark
/**
* Stop timer
* @return benchmark
* @return e_benchmark
*/
public function end()
{
@@ -81,7 +81,7 @@ class e_benchmark
* @param string $id identifier of the current benchmark event e.g. 'thumbnail.create'
* @param string $heading additional data to be shown in the log (header) e.g. '[Some Event]'
* @param boolean $append overwrite or append to the log file
* @return benchmark
* @return e_benchmark
*/
public function logResult($id, $heading = '', $append = true)
{