aboutsummaryrefslogtreecommitdiff
path: root/app/Models/View.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/View.php')
-rw-r--r--app/Models/View.php44
1 files changed, 0 insertions, 44 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index 3c56afa0e..cfa06da62 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -109,10 +109,6 @@ class FreshRSS_View extends Minz_View {
// Form login
/** @var int */
public $cookie_days;
- /** @var string */
- public $nonce;
- /** @var string */
- public $salt1;
// Registration
/** @var bool */
@@ -174,44 +170,4 @@ class FreshRSS_View extends Minz_View {
/** @var array<string,string> */
public $message;
- // Statistics
- /** @var float */
- public $average;
- /** @var float */
- public $averageDayOfWeek;
- /** @var float */
- public $averageHour;
- /** @var float */
- public $averageMonth;
- /** @var array<string> */
- public $days;
- /** @var array<string,array<int,int|string>> */
- public $entryByCategory;
- /** @var array<int,int> */
- public $entryCount;
- /** @var array<string,array<int,int|string>> */
- public $feedByCategory;
- /** @var array<int, string> */
- public $hours24Labels;
- /** @var array<string,array<int,array<string,int|string>>> */
- public $idleFeeds;
- /** @var array<int,string> */
- public $last30DaysLabel;
- /** @var array<int,string> */
- public $last30DaysLabels;
- /** @var array<string,string> */
- public $months;
- /** @var array{'total':int,'count_unreads':int,'count_reads':int,'count_favorites':int}|false */
- public $repartition;
- /** @var array{'main_stream':array{'total':int,'count_unreads':int,'count_reads':int,'count_favorites':int}|false,'all_feeds':array{'total':int,'count_unreads':int,'count_reads':int,'count_favorites':int}|false} */
- public $repartitions;
- /** @var array<int,int> */
- public $repartitionDayOfWeek;
- /** @var array<string,int>|array<int,int> */
- public $repartitionHour;
- /** @var array<int,int> */
- public $repartitionMonth;
- /** @var array<array{'id':int,'name':string,'category':string,'count':int}> */
- public $topFeed;
-
}