diff options
author | Andrey Andreev <narf@devilix.net> | 2017-06-05 09:44:37 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-06-05 09:45:35 +0200 |
commit | ee9d428171dc201f51eaffdb62616312915681ff (patch) | |
tree | a27f7d05c362dafe6b901da2ed854e44f665502e /system/core/compat | |
parent | ab0010f543d88fa19506907684a9d329d4dd94e3 (diff) |
[ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits
Fix misc inconsistencies between code and doc comments
Diffstat (limited to 'system/core/compat')
-rw-r--r-- | system/core/compat/mbstring.php | 2 |
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) { |