commit | ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | [log] [tgz] |
---|---|---|
author | Alex Bilbie <alex@alexbilbie.com> | Sat Jun 02 11:07:47 2012 +0100 |
committer | Alex Bilbie <alex@alexbilbie.com> | Sat Jun 02 11:07:47 2012 +0100 |
tree | efe969ad1ab4c8eec3f9af743f49a51c82a13a93 | |
parent | f3b95d383806a9366de9a526a37d78287a09d8b6 [diff] [blame] |
Replaced `==` with `===` and `!=` with `!==` in /system/core
diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php index bb630f4..2fabdf4 100755 --- a/system/core/Benchmark.php +++ b/system/core/Benchmark.php
@@ -79,7 +79,7 @@ */ public function elapsed_time($point1 = '', $point2 = '', $decimals = 4) { - if ($point1 == '') + if ($point1 === '') { return '{elapsed_time}'; }