tntsearch icon indicating copy to clipboard operation
tntsearch copied to clipboard

Avoid deprecated message for null string

Open brendanpetty opened this issue 1 year ago • 0 comments

PHP 8.1 gives this error if a null value makes its way to this method

mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/app/vendor/teamtnt/tntsearch/src/Support/Tokenizer.php on line 10

brendanpetty avatar Feb 14 '24 03:02 brendanpetty