Skip to content

Commit dad00ba

Browse files
committed
Merge branch 'php84' into php84-ci
2 parents 9c3b829 + e13d409 commit dad00ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matchers/ReverseDictionaryMatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getFeedback(bool $isSoleMatch): array
5555
return $feedback;
5656
}
5757

58-
public static function mbStrRev(string $string, string $encoding = null): string
58+
public static function mbStrRev(string $string, ?string $encoding = null): string
5959
{
6060
if ($encoding === null) {
6161
$encoding = mb_detect_encoding($string) ?: 'UTF-8';

0 commit comments

Comments
 (0)