aboutsummaryrefslogtreecommitdiff
path: root/lib/FormatInterface.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-10-16 12:03:57 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-16 12:03:57 +0200
commite21394d2d32b2ce739cf4236b4e955621e4e9308 (patch)
tree453c3e9111c2ff595ab2816ba13fe4f1d036378c /lib/FormatInterface.php
parent78fa03238c523ed0067c58ac5a0ac7e951f4dbc1 (diff)
downloadrss-bridge-e21394d2d32b2ce739cf4236b4e955621e4e9308.tar.gz
rss-bridge-e21394d2d32b2ce739cf4236b4e955621e4e9308.tar.zst
rss-bridge-e21394d2d32b2ce739cf4236b4e955621e4e9308.zip
refactor: html format (#3062)
* refactor: html format Fix a few small bugs too * fix * fix * trigger build * striptags instead of encode title
Diffstat (limited to 'lib/FormatInterface.php')
-rw-r--r--lib/FormatInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FormatInterface.php b/lib/FormatInterface.php
index 8f98d6e4..c0355804 100644
--- a/lib/FormatInterface.php
+++ b/lib/FormatInterface.php
@@ -42,7 +42,7 @@ interface FormatInterface
* Return items
*
* @throws \LogicException if the items are not set
- * @return array The items
+ * @return FeedItem[] The items
*/
public function getItems();