mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
remove PHPMD.UnusedFormalParameter
This commit is contained in:
@@ -19,9 +19,6 @@ class Af_Youtube_Embed extends Plugin {
|
||||
return in_array($src, ["www.youtube.com", "youtube.com", "youtu.be"]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
function hook_render_enclosure($entry, $hide_images) {
|
||||
|
||||
$matches = array();
|
||||
|
||||
Reference in New Issue
Block a user