CS fixing

This commit is contained in:
Anthony Ferrara 2015-03-23 11:54:32 -04:00 committed by Fabien Potencier
parent bdea4bad7f
commit 8269589c91
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class StringUtils
if ($func_exists === null) {
$func_exists = function_exists('mb_strlen');
}
if ($func_exists) {
return mb_strlen($string, '8bit');
}