Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 25343ea

Browse files
ircmaxellfabpot
authored andcommitted
CS fixing
1 parent 2c5ee0d commit 25343ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/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)