mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
Address PHPStan warning in 'classes/feeds.php'.
------ ------------------------------------ Line classes/feeds.php ------ ------------------------------------ 8 Property Feeds::$params is unused. ------ ------------------------------------
This commit is contained in:
@@ -5,8 +5,6 @@ class Feeds extends Handler_Protected {
|
||||
const NEVER_GROUP_FEEDS = [ -6, 0 ];
|
||||
const NEVER_GROUP_BY_DATE = [ -2, -1, -3 ];
|
||||
|
||||
private $params;
|
||||
|
||||
private $viewfeed_timestamp;
|
||||
private $viewfeed_timestamp_last;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user