Skip to content

Commit e68ff09

Browse files
ircmaxellfabpot
authored andcommitted
CS fixing
1 parent 7546984 commit e68ff09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/StringUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static function safeStrlen($string)
8282
if ($func_exists === null) {
8383
$func_exists = function_exists('mb_strlen');
8484
}
85-
85+
8686
if ($func_exists) {
8787
return mb_strlen($string, '8bit');
8888
}

0 commit comments

Comments
 (0)