mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
Address PHPStan warnings in FeedItem classes.
This commit is contained in:
@@ -189,7 +189,7 @@ class Article extends Handler_Protected {
|
||||
//$tags_str = clean($_REQUEST["tags_str"]);
|
||||
//$tags = array_unique(array_map('trim', explode(",", $tags_str)));
|
||||
|
||||
$tags = FeedItem_Common::normalize_categories(explode(",", clean($_REQUEST["tags_str"])));
|
||||
$tags = FeedItem_Common::normalize_categories(explode(",", clean($_REQUEST["tags_str"] ?? "")));
|
||||
|
||||
$this->pdo->beginTransaction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user