We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a82ae commit e13d409Copy full SHA for e13d409
src/Matchers/ReverseDictionaryMatch.php
@@ -54,7 +54,7 @@ public function getFeedback(bool $isSoleMatch): array
54
return $feedback;
55
}
56
57
- public static function mbStrRev(string $string, string $encoding = null): string
+ public static function mbStrRev(string $string, ?string $encoding = null): string
58
{
59
if ($encoding === null) {
60
$encoding = mb_detect_encoding($string) ?: 'UTF-8';
0 commit comments