Skip to content

Commit a45ae78

Browse files
committed
[5.0] Remove some unused variables
1 parent bacdfe4 commit a45ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnicodeString.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function replace(string $from, string $to): AbstractString
243243
$tail = substr($tail, \strlen($slice) + \strlen($from));
244244
}
245245

246-
$str->string = $result .= $tail;
246+
$str->string = $result.$tail;
247247
normalizer_is_normalized($str->string) ?: $str->string = normalizer_normalize($str->string);
248248

249249
if (false === $str->string) {

0 commit comments

Comments
 (0)