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.
2 parents 9c3b829 + e13d409 commit dad00baCopy full SHA for dad00ba
src/Matchers/ReverseDictionaryMatch.php
@@ -55,7 +55,7 @@ public function getFeedback(bool $isSoleMatch): array
55
return $feedback;
56
}
57
58
- public static function mbStrRev(string $string, string $encoding = null): string
+ public static function mbStrRev(string $string, ?string $encoding = null): string
59
{
60
if ($encoding === null) {
61
$encoding = mb_detect_encoding($string) ?: 'UTF-8';
0 commit comments