summaryrefslogtreecommitdiff
path: root/classes/feeditem
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-10-22 13:49:08 +0300
committerAndrew Dolgov <[email protected]>2021-10-22 13:49:08 +0300
commit9f734c90506a6e5916589d7c8f39c45ff40f6273 (patch)
treefc75d5462141e6f10558932f1ab003c3010b8115 /classes/feeditem
parent3b70d1f62275752c966e778dec0c20e67d176f03 (diff)
minor phpstan tweaks
Diffstat (limited to 'classes/feeditem')
-rwxr-xr-xclasses/feeditem/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/feeditem/common.php b/classes/feeditem/common.php
index 18afeaa94..b4774941f 100755
--- a/classes/feeditem/common.php
+++ b/classes/feeditem/common.php
@@ -190,6 +190,7 @@ abstract class FeedItem_Common extends FeedItem {
}, $tmp);
// remove empty values
+ // @phpstan-ignore-next-line
$tmp = array_filter($tmp, 'strlen');
asort($tmp);