mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
Address PHPStan warnings in 'classes/sanitizer.php'.
This also includes some minor tweaks to things that call 'Sanitizer::sanitize()'.
This commit is contained in:
@@ -271,7 +271,7 @@ class Feeds extends Handler_Protected {
|
||||
$this->_mark_timestamp(" pre-sanitize");
|
||||
|
||||
$line["content"] = Sanitizer::sanitize($line["content"],
|
||||
$line['hide_images'], false, $line["site_url"], $highlight_words, $line["id"]);
|
||||
$line['hide_images'], null, $line["site_url"], $highlight_words, $line["id"]);
|
||||
|
||||
$this->_mark_timestamp(" sanitize");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user