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:
parent
7d8837ca17
commit
5b17c44e70
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue