]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_youtube_embed/init.php
minor css fixes (mostly for zoom mode)
[tt-rss.git] / plugins / af_youtube_embed / init.php
index 7820113409e74d4fdf9344c771bda5ec0977e9fc..16dcc926cfd55147de22f36b7ce68a662e5a852c 100644 (file)
@@ -14,6 +14,9 @@ class Af_Youtube_Embed extends Plugin {
                $host->add_hook($host::HOOK_RENDER_ENCLOSURE, $this);
        }
 
+       /**
+        * @SuppressWarnings(PHPMD.UnusedFormalParameter)
+        */
        function hook_render_enclosure($entry, $hide_images) {
 
                $matches = array();
@@ -37,4 +40,3 @@ class Af_Youtube_Embed extends Plugin {
        }
 
 }
-?>