summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-27 19:27:00 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-27 19:27:00 +0100
commitb91bdf7e8c464b8db276a050ccafc90364d59c12 (patch)
tree4572968c2008f4259a4731681a18a054147fe064
parent967ab65f106d26bef0a112a95f7b0313f00ad104 (diff)
parent654e5c969bfacb429e13eec58fee8d62c2495111 (diff)
Merge pull request #3519 from kakysha/develop
[ci skip] is_php() comment block more accurate description
-rw-r--r--system/core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index 7046ec401..5c5672e99 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -54,7 +54,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
if ( ! function_exists('is_php'))
{
/**
- * Determines if the current version of PHP is greater then the supplied value
+ * Determines if the current version of PHP is equal to or greater than the supplied value
*
* @param string
* @return bool TRUE if the current version is $version or higher