diff options
| author | 2022-05-12 22:31:31 +0200 | |
|---|---|---|
| committer | 2022-05-12 22:31:31 +0200 | |
| commit | da0a333b941efecd0dcfe04346ce0241b42345cf (patch) | |
| tree | b7a4b135adad34c0f8762ff79c42c97d57424f7e /app/Models/View.php | |
| parent | 4a87206f2898665e99953590536cedc6c5505f05 (diff) | |
Refactor OPML export categories (#4356)
* Refactor OPML export categories
Simplify code to comply with types hints.
And renamed a property to plural.
* Link to OPML namespace
Diffstat (limited to 'app/Models/View.php')
| -rw-r--r-- | app/Models/View.php | 1 |
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; |
