1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:15:56 +00:00

remove PHPMD.UnusedFormalParameter

This commit is contained in:
Andrew Dolgov
2021-02-08 19:42:10 +03:00
parent a341a838b1
commit 7874f6ac58
15 changed files with 3 additions and 63 deletions

View File

@@ -642,9 +642,6 @@ class API extends Handler {
return $feeds;
}
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
static function api_get_headlines($feed_id, $limit, $offset,
$filter, $is_cat, $show_excerpt, $show_content, $view_mode, $order,
$include_attachments, $since_id,