mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +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);
|
}, $tmp);
|
||||||
|
|
||||||
// remove empty values
|
// remove empty values
|
||||||
// @phpstan-ignore-next-line
|
|
||||||
$tmp = array_filter($tmp, 'strlen');
|
$tmp = array_filter($tmp, 'strlen');
|
||||||
|
|
||||||
asort($tmp);
|
asort($tmp);
|
||||||
|
|||||||
Reference in New Issue
Block a user