mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
fix several issues reported by phpstan
This commit is contained in:
@@ -292,7 +292,7 @@ class API extends Handler {
|
||||
$sanitize_content = !isset($_REQUEST["sanitize"]) ||
|
||||
self::_param_to_bool($_REQUEST["sanitize"]);
|
||||
|
||||
if ($article_ids) {
|
||||
if (count($article_ids) > 0) {
|
||||
|
||||
$article_qmarks = arr_qmarks($article_ids);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user