Address PHPStan warning in 'classes/feeditem/common.php'.

------ ---------------------------------------------
Line   classes/feeditem/common.php
------ ---------------------------------------------
194    No error to ignore is reported on line 194.
------ ---------------------------------------------
This commit is contained in:
wn_ 2021-11-01 20:29:38 +00:00
parent 7d8837ca17
commit 5b17c44e70
1 changed files with 0 additions and 1 deletions

View File

@ -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);