Skip to content

Commit 19ab8a4

Browse files
committed
Fixup
1 parent 1ce4cee commit 19ab8a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EntityTools.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public static function mbSubstrReplace(
125125
): string {
126126
/** @var string */
127127
$string = \mb_convert_encoding($string, 'UTF-16');
128+
/** @var string */
128129
$replace = \mb_convert_encoding($replace, 'UTF-16');
129130
/** @var string */
130131
return \mb_convert_encoding(

0 commit comments

Comments
 (0)