From da0a333b941efecd0dcfe04346ce0241b42345cf Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 12 May 2022 22:31:31 +0200 Subject: 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 --- app/Models/View.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/View.php') 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 */ public $categories; /** @var FreshRSS_Category|null */ public $category; -- cgit v1.2.3