ConsoleTVs/Profanity

production WARNING php 8.1

Opened this issue · 2 comments

[2023-02-23 09:11:23] production.WARNING: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in vendor/consoletvs/profanity/Classes/Blocker.php on line 135

B1Q commented

did you fix it?

if (! is_string($this->text)) {
    return [];
}

before the preg_match on 135