From 35b53ecd404a74edea3c6866e451c4819bdc9ea8 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 29 Sep 2020 13:54:17 +0200 Subject: OPML export command and fixes Signed-off-by: Sean Molenaar --- lib/Utility/OPMLExporter.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Utility') diff --git a/lib/Utility/OPMLExporter.php b/lib/Utility/OPMLExporter.php index 8c21fa204..880222da0 100644 --- a/lib/Utility/OPMLExporter.php +++ b/lib/Utility/OPMLExporter.php @@ -16,6 +16,7 @@ namespace OCA\News\Utility; use \DOMDocument; use \DOMElement; use OCA\News\Db\Feed; +use OCA\News\Db\Folder; /** * Exports the OPML @@ -26,8 +27,8 @@ class OPMLExporter /** * Generates the OPML for the active user * - * @param \OCA\News\Db\Folder[] $folders - * @param \OCA\News\Db\Feed[] $feeds + * @param Folder[] $folders + * @param Feed[] $feeds * @return DOMDocument the document */ public function build(array $folders, array $feeds) -- cgit v1.2.3