summaryrefslogtreecommitdiff
path: root/classes/feeditem
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-01 20:29:38 +0000
committerwn_ <[email protected]>2021-11-01 21:10:27 +0000
commit5b17c44e70689d4750e87da8801662baf21c5b6d (patch)
tree5f3d1bda61c836ccc6fc7bc16da08ec5b77ba0be /classes/feeditem
parent7d8837ca17a34230e85b05c99f2fa16ef8bdc1d7 (diff)
Address PHPStan warning in 'classes/feeditem/common.php'.
------ --------------------------------------------- Line classes/feeditem/common.php ------ --------------------------------------------- 194 No error to ignore is reported on line 194. ------ ---------------------------------------------
Diffstat (limited to 'classes/feeditem')
-rwxr-xr-xclasses/feeditem/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/feeditem/common.php b/classes/feeditem/common.php
index b4774941f..18afeaa94 100755
--- a/classes/feeditem/common.php
+++ b/classes/feeditem/common.php
@@ -190,7 +190,6 @@ abstract class FeedItem_Common extends FeedItem {
}, $tmp);
// remove empty values
- // @phpstan-ignore-next-line
$tmp = array_filter($tmp, 'strlen');
asort($tmp);