]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_comics/filter_base.php
update phpmd ruleset to use (subset) of cleancode
[tt-rss.git] / plugins / af_comics / filter_base.php
index a534306458cbd99ed65058713ca6c8e02a56b515..bfa077776dcc13a7c7515eb01d9269e3aa535aa7 100644 (file)
@@ -2,5 +2,4 @@
 abstract class Af_ComicFilter {
        public abstract function supported();
        public abstract function process(&$article);
-}
-?>
+}
\ No newline at end of file