mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
remove PHPMD.UnusedFormalParameter
This commit is contained in:
@@ -718,9 +718,6 @@ class Af_RedditImgur extends Plugin {
|
||||
return $this->get_header($url, CURLINFO_EFFECTIVE_URL, $useragent);
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
private function readability($article, $url, $doc, $xpath, $debug = false) {
|
||||
|
||||
if (!defined('NO_CURL') && function_exists("curl_init") && $this->host->get($this, "enable_readability") &&
|
||||
|
||||
Reference in New Issue
Block a user