1) Removed ending PHP ie(?>) in class.

2) Corrected class path, as it had the old name.
2) Nulled timer at the end of the example.

Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
2019-09-16 14:55:28 -05:00
parent ff0483dea9
commit 8fb52b0d09
2 changed files with 5 additions and 3 deletions

View File

@@ -84,4 +84,4 @@ class timer
return $this->udate($format, ($this->endTimer-$this->startTimer)/$avg_count);
}
}
?>