mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 00:05:56 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user