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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index 365bfd261..944bfbea1 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -6,6 +6,7 @@ class FreshRSS_View extends Minz_View {
public $callbackBeforeEntries;
public $callbackBeforeFeeds;
public $callbackBeforePagination;
+ /** @var array<FreshRSS_Category> */
public $categories;
/** @var FreshRSS_Category|null */
public $category;