mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
minor phpstan tweaks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user