Skip to content

Commit 619c100

Browse files
committed
removed comment
1 parent ea8f525 commit 619c100

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Util/StringUtil.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public static function stringToArray(?string $string): array{
6262
public function toUTF8(string $string): string{
6363
$string = iconv('ASCII', 'UTF-8//IGNORE', $string);
6464
return $string;
65-
// return \mb_convert_encoding($string, "UTF-8");
6665
}
6766

6867
/**

0 commit comments

Comments
 (0)