summaryrefslogtreecommitdiffstats
path: root/system/core/compat/mbstring.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/compat/mbstring.php')
-rw-r--r--system/core/compat/mbstring.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/compat/mbstring.php b/system/core/compat/mbstring.php
index f466e1c34..1b2f2c63b 100644
--- a/system/core/compat/mbstring.php
+++ b/system/core/compat/mbstring.php
@@ -68,7 +68,7 @@ if ( ! function_exists('mb_strlen'))
* @link http://php.net/mb_strlen
* @param string $str
* @param string $encoding
- * @return string
+ * @return int
*/
function mb_strlen($str, $encoding = NULL)
{