From 21ce7d9ec02b0bf7c6e0ac7c28bc7c1bb0a841c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 20:57:36 +0300 Subject: update phpmd ruleset to use (subset) of cleancode fix various minor issues reported by static analysis remove redundant php closing tag from several more files --- plugins/af_comics/af_comics_template.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/af_comics/af_comics_template.php') diff --git a/plugins/af_comics/af_comics_template.php b/plugins/af_comics/af_comics_template.php index 117d69280..a8054a3df 100644 --- a/plugins/af_comics/af_comics_template.php +++ b/plugins/af_comics/af_comics_template.php @@ -6,9 +6,8 @@ class Af_Comics_Template extends Af_ComicFilter { } function process(&$article) { - $owner_uid = $article["owner_uid"]; + //$owner_uid = $article["owner_uid"]; return false; } -} -?> +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf